|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.Skin
public class Skin
An skin artifact declaration.
| Constructor Summary | |
|---|---|
Skin()
|
|
| Method Summary | |
|---|---|
Skin |
clone()
Method clone. |
boolean |
equals(Object other)
Method equals. |
String |
getArtifactId()
Get the skin artifact ID. |
static Skin |
getDefaultSkin()
|
String |
getGroupId()
Get the skin group ID. |
String |
getVersion()
Get the skin version. |
int |
hashCode()
Method hashCode. |
void |
setArtifactId(String artifactId)
Set the skin artifact ID. |
void |
setGroupId(String groupId)
Set the skin group ID. |
void |
setVersion(String version)
Set the skin version. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Skin()
| Method Detail |
|---|
public Skin clone()
clone in class Objectpublic boolean equals(Object other)
equals in class Objectother -
public String getArtifactId()
public String getGroupId()
public String getVersion()
public int hashCode()
hashCode in class Objectpublic void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setVersion(String version)
version - public String toString()
toString in class Objectpublic static Skin getDefaultSkin()
org.apache.maven.skins:maven-default-skin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||