|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.doc.user.examples.internal.extension.ExampleProject
public class ExampleProject
Represents a declared example project
Constructor Summary | |
---|---|
ExampleProject(String id,
org.eclipse.core.runtime.IConfigurationElement conf)
Create an example project from a configuration element. |
Method Summary | |
---|---|
int |
compareTo(ExampleProject o)
|
URI |
getAlignmentLocation()
Get the location of the alignment file. |
String |
getBundleName()
Get the name of the bundle the example project is contained in. |
String |
getId()
|
ProjectInfo |
getInfo()
Get the example project info |
String |
getLocation()
Get the location of the project in its bundle. |
String |
getSummary()
Get the example project summary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleProject(String id, org.eclipse.core.runtime.IConfigurationElement conf) throws URISyntaxException, IOProviderConfigurationException, IOException
id
- the project identifierconf
- the configuration element
URISyntaxException
- if the project location can't be resolved to a
valid URI
IOException
- if reading the project information fails
IOProviderConfigurationException
- if the project reader wasn't
configured correctlyMethod Detail |
---|
public int compareTo(ExampleProject o)
compareTo
in interface Comparable<ExampleProject>
Comparable.compareTo(Object)
public String getId()
getId
in interface de.cs3d.util.eclipse.extension.simple.IdentifiableExtension.Identifiable
IdentifiableExtension.Identifiable.getId()
public ProjectInfo getInfo()
public String getBundleName()
public String getSummary()
public String getLocation()
public URI getAlignmentLocation()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |