|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.ant.archive.info.ArchiveInfo
org.objectweb.easybeans.ant.archive.info.ClientInfo
public class ClientInfo
Class that holds information about a Client archive.
Field Summary | |
---|---|
private java.lang.String |
mainClassAttribute
Name of the Main-Class attribute. |
Constructor Summary | |
---|---|
ClientInfo()
|
Method Summary | |
---|---|
java.lang.String |
getMainClass()
|
void |
setMainClass(java.lang.String mainClassAttribute)
Sets the Main-Class: Attribute of the manifest. |
Methods inherited from class org.objectweb.easybeans.ant.archive.info.ArchiveInfo |
---|
addFileSet, getDd, getDest, getFileSetList, getPersistenceDD, isExploded, setDD, setDest, setExploded, setPersistenceDD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String mainClassAttribute
Constructor Detail |
---|
public ClientInfo()
Method Detail |
---|
public void setMainClass(java.lang.String mainClassAttribute)
mainClassAttribute
- the value of the Main-Class attributepublic java.lang.String getMainClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |