Class AvailableExamples.ExampleDescriptor
java.lang.Object
net.ssehub.easy.producer.examples.AvailableExamples.ExampleDescriptor
- All Implemented Interfaces:
Comparable<AvailableExamples.ExampleDescriptor>
- Enclosing class:
AvailableExamples
public static class AvailableExamples.ExampleDescriptor
extends Object
implements Comparable<AvailableExamples.ExampleDescriptor>
Descriptor for managing available and selected examples.
- Author:
- El-Sharkawy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintA description about containing examples in HTML format.Returns the location of the zipped example inside this bundle.toString()USed by Eclipe'sLabelProvider.
-
Field Details
-
location
-
name
-
description
-
-
Constructor Details
-
ExampleDescriptor
public ExampleDescriptor()
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<AvailableExamples.ExampleDescriptor>
-
toString
USed by Eclipe'sLabelProvider. -
getSource
Returns the location of the zipped example inside this bundle.- Returns:
- The location of the zipped example.
-
getDescription
A description about containing examples in HTML format.- Returns:
- The description or null.
-