|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.deployer.Deployer
public class Deployer
Field Summary | |
---|---|
static java.lang.String |
UASCONF_DIR
directory where UA.properties files will be stored |
Constructor Summary | |
---|---|
Deployer(java.lang.String siteDescriptionFile)
Creates a Deployer object that uses the gums described in the SDF file |
Method Summary | |
---|---|
static boolean |
gumIsUserAgent(GumSpec currentGuMSpec)
Verifies whether the specified GuM is a User Agent public static boolean gumIsUserAgent(GuMSpec currentGuMSpec) { |
static void |
main(java.lang.String[] args)
Main. |
static boolean |
uaHasMandatoryAttributes(GumSpec currentGuMSpec)
Verifies whether the gum spec has the attributes that are mandatory to use uaadmin. |
static boolean |
uaIsAutoInstallable(GumSpec currentGuMSpec)
Verifies whether it is possible to install User Agent through deployer. |
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 UASCONF_DIR
Constructor Detail |
---|
public Deployer(java.lang.String siteDescriptionFile) throws CompilerException
siteDescriptionFile
- The SDF path
CompilerException
- If any error occurs during SDF compilationMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- First argument is the command to execute and the second is
GDF pathpublic static boolean gumIsUserAgent(GumSpec currentGuMSpec)
currentGuMSpec
- The remote Gum specification
public static boolean uaIsAutoInstallable(GumSpec currentGuMSpec)
currentGuMSpec
- The remote Gum specification
public static boolean uaHasMandatoryAttributes(GumSpec currentGuMSpec)
currentGuMSpec
- The remote Gum specification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |