|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
DEFAULT_CONFIGURATION
|
Method Summary | |
boolean |
dependsOn(ModuleDescriptor md)
Returns true if the module described by this descriptor dependes directly upon the given module descriptor |
Artifact[] |
getArtifacts(java.lang.String conf)
|
Configuration |
getConfiguration(java.lang.String confName)
|
Configuration[] |
getConfigurations()
Returns all the configurations declared by this module as an array. |
java.lang.String[] |
getConfigurationsNames()
|
ConflictManager |
getConflictManager(ModuleId id)
Returns the conflict manager to use for the given ModuleId |
DependencyDescriptor[] |
getDependencies()
|
java.lang.String |
getHomePage()
|
long |
getLastModified()
|
License[] |
getLicenses()
Returns the licenses of the module described by this descriptor |
ModuleRevisionId |
getModuleRevisionId()
|
java.util.Date |
getPublicationDate()
may be null if unknown in the descriptor itself |
java.lang.String[] |
getPublicConfigurationsNames()
|
ModuleRevisionId |
getResolvedModuleRevisionId()
The module revision id returned here is the resolved one, i.e. |
java.util.Date |
getResolvedPublicationDate()
the publication date of the module revision should be the date at which it has been published, i.e. |
java.lang.String |
getStatus()
|
boolean |
isDefault()
Returns true if this descriptor is a default one, i.e. |
void |
setResolvedModuleRevisionId(ModuleRevisionId revId)
This method update the resolved module revision id |
void |
setResolvedPublicationDate(java.util.Date publicationDate)
This method update the resolved publication date |
Field Detail |
public static final java.lang.String DEFAULT_CONFIGURATION
Method Detail |
public boolean isDefault()
public ModuleRevisionId getModuleRevisionId()
public ModuleRevisionId getResolvedModuleRevisionId()
public void setResolvedModuleRevisionId(ModuleRevisionId revId)
revId
- public void setResolvedPublicationDate(java.util.Date publicationDate)
publicationDate
- public java.lang.String getStatus()
public java.util.Date getPublicationDate()
public java.util.Date getResolvedPublicationDate()
public Configuration[] getConfigurations()
public java.lang.String[] getConfigurationsNames()
public java.lang.String[] getPublicConfigurationsNames()
public Artifact[] getArtifacts(java.lang.String conf)
public DependencyDescriptor[] getDependencies()
public boolean dependsOn(ModuleDescriptor md)
md
-
public Configuration getConfiguration(java.lang.String confName)
confName
-
public ConflictManager getConflictManager(ModuleId id)
id
-
public License[] getLicenses()
public java.lang.String getHomePage()
public long getLastModified()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |