org.eclipse.mtj.core.model.library
Class LibrarySpecification
java.lang.Object
org.eclipse.mtj.core.model.library.LibrarySpecification
public class LibrarySpecification
- extends Object
Tracks a specification of a particular library. Includes the name of the
specification, an identifier and the version of that specification.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibrarySpecification
public LibrarySpecification()
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name - The name to set.
getVersion
public Version getVersion()
- Returns:
- Returns the version.
setVersion
public void setVersion(Version version)
- Parameters:
version - The version to set.
getIdentifier
public String getIdentifier()
- Returns:
- Returns the identifier.
setIdentifier
public void setIdentifier(String identifier)
- Parameters:
identifier - The identifier to set.