|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.ant.IvyPublish.PublishArtifact
public class IvyPublish.PublishArtifact
Constructor Summary | |
---|---|
IvyPublish.PublishArtifact()
|
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String attName)
Gets the value of an attribute Can be used to access the value of a standard attribute (like organisation, revision) or of an extra attribute. |
java.util.Map |
getAttributes()
Returns a Map of all attributes of this extendable item, including standard and extra ones. |
java.lang.String[] |
getConfigurations()
|
java.lang.String |
getExt()
|
java.lang.String |
getExtraAttribute(java.lang.String attName)
Gets the value of an extra attribute Can be used only to access the value of an extra attribute, not a standard one (like organisation, revision) |
java.util.Map |
getExtraAttributes()
Returns a Map of all extra attributes of this extendable item. |
ArtifactRevisionId |
getId()
|
ModuleRevisionId |
getModuleRevisionId()
Returns the resolved module revision id for this artifact |
java.lang.String |
getName()
|
java.util.Date |
getPublicationDate()
Returns the resolved publication date for this artifact |
java.lang.String |
getStandardAttribute(java.lang.String attName)
Gets the value of a standard attribute Can be used only to access the value of a standard attribute (like organisation, revision), not an extra one |
java.util.Map |
getStandardAttributes()
Returns a Map of all standard attributes of this extendable item. |
java.lang.String |
getType()
|
java.net.URL |
getUrl()
Returns the url at which this artifact can be found independently of ivy configuration. |
void |
setExt(java.lang.String ext)
|
void |
setName(java.lang.String name)
|
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IvyPublish.PublishArtifact()
Method Detail |
---|
public java.lang.String[] getConfigurations()
getConfigurations
in interface Artifact
public java.lang.String getExt()
getExt
in interface Artifact
public ArtifactRevisionId getId()
getId
in interface Artifact
public ModuleRevisionId getModuleRevisionId()
Artifact
getModuleRevisionId
in interface Artifact
public java.lang.String getName()
getName
in interface Artifact
public java.util.Date getPublicationDate()
Artifact
getPublicationDate
in interface Artifact
public java.lang.String getType()
getType
in interface Artifact
public java.net.URL getUrl()
Artifact
getUrl
in interface Artifact
public void setExt(java.lang.String ext)
public void setName(java.lang.String name)
public void setType(java.lang.String type)
public java.lang.String getAttribute(java.lang.String attName)
ExtendableItem
getAttribute
in interface ExtendableItem
attName
- the name of the attribute to get
public java.util.Map getAttributes()
ExtendableItem
getAttributes
in interface ExtendableItem
public java.lang.String getExtraAttribute(java.lang.String attName)
ExtendableItem
getExtraAttribute
in interface ExtendableItem
attName
- the name of the extra attribute to get
public java.util.Map getExtraAttributes()
ExtendableItem
getExtraAttributes
in interface ExtendableItem
public java.lang.String getStandardAttribute(java.lang.String attName)
ExtendableItem
getStandardAttribute
in interface ExtendableItem
attName
- the name of the standard attribute to get
public java.util.Map getStandardAttributes()
ExtendableItem
getStandardAttributes
in interface ExtendableItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |