|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentSource
Abstraction for archives delivery for a deployment operation
This interface may be instantiated by using routines in
DeploymentSupport
Field Summary | |
---|---|
static String |
DEPLOYMENT_SOURCE_CLASS_NAME
Value of the MAP_CAPABLE_TYPE_KEY when turned into a Map. |
Fields inherited from interface com.sun.appserv.management.base.MapCapable |
---|
MAP_CAPABLE_CLASS_NAME_KEY |
Method Summary | |
---|---|
File |
getArchive()
(Optional) |
JarInputStream |
getArchiveAsStream()
|
String[] |
getEntriesAdded()
In case of a partial delivery. |
String[] |
getEntriesDeleted()
In case of a partial delivery. |
String[] |
getEntriesRemoved()
In case of a partial archive delivery. |
boolean |
isCompleteArchive()
|
Methods inherited from interface com.sun.appserv.management.base.MapCapable |
---|
asMap, getMapClassName |
Field Detail |
---|
static final String DEPLOYMENT_SOURCE_CLASS_NAME
Method Detail |
---|
File getArchive()
JarInputStream getArchiveAsStream() throws IOException
IOException
boolean isCompleteArchive()
String[] getEntriesAdded()
String[] getEntriesRemoved()
String[] getEntriesDeleted()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.