Class AvailableExamples
java.lang.Object
net.ssehub.easy.producer.examples.AvailableExamples
Lists examples provides by this Plug-in.
- Author:
- El-Sharkawy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescriptor for managing available and selected examples. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AvailableExamples.ExampleDescriptor[]static final AvailableExamplesSingleton instance of this class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all available zipped examples shipped with this bundle.
-
Field Details
-
INSTANCE
Singleton instance of this class. -
availableExamples
-
-
Constructor Details
-
AvailableExamples
private AvailableExamples()Sole constructor of this singleton.
-
-
Method Details
-
getExamples
Returns all available zipped examples shipped with this bundle.- Returns:
- All available zipped examples shipped with this bundle
-