|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.al.ALFactory
public class ALFactory
Factory to create/remove AdminAL
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ALFactory()
|
Method Summary | |
---|---|
static com.ibm.wsspi.al.ArtifactLoader |
create(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive earFile)
Create an instance AL based on an Archive (ear file). |
static com.ibm.wsspi.al.ArtifactLoader |
create(java.lang.String path)
Create an ArtifactLoader based on a file directory |
static void |
remove(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive earFile)
Remove the instance AL created based on an Archive (ear file). |
static void |
remove(java.lang.String path)
Remove an ArtifactLoader instance that is created by ALFactory.create(String path); |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ALFactory()
Method Detail |
---|
public static com.ibm.wsspi.al.ArtifactLoader create(java.lang.String path)
path
- the path to a file directory which will be the scope of
newly created AL.
public static com.ibm.wsspi.al.ArtifactLoader create(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive earFile)
earFile
- an commmon archive (ear file), can not be null.
public static void remove(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive earFile)
earFile
- an commmon archive (ear file), can not be null.public static void remove(java.lang.String path)
path
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |