|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.deployment.repository.util.WSInfoList
Field Summary | |
java.util.List |
currentJars
All the currently updated jars |
Constructor Summary | |
WSInfoList(DeploymentEngine deploy_engine)
|
Method Summary | |
void |
addWSInfoItem(java.io.File file,
java.lang.String type)
First checks whether the file is already available by the system call isFileExist. |
void |
init()
Clears the jarlist. |
void |
update()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.List currentJars
Constructor Detail |
public WSInfoList(DeploymentEngine deploy_engine)
Method Detail |
public void addWSInfoItem(java.io.File file, java.lang.String type)
file
- actual jar files for either Module or servicetype
- indicate either Service or Modulepublic void init()
public void update()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |