|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.update.model.UpdateInstallType
public class UpdateInstallType
Major filesystem volume for files in the Partner installation filesystem.
This generally corresponds to the top-level directory of the section - config, modules, etc.
Copyright 2010 Partner Software, Inc.
| Field Summary | |
|---|---|
static UpdateInstallType |
CENTRAL_HUB
|
static UpdateInstallType |
DISTRIBUTION
|
static UpdateInstallType |
MAP_TRANSLATOR
|
static UpdateInstallType |
MASTER_INSTALL
|
static UpdateInstallType |
PROVIDER
|
static UpdateInstallType |
SITE_HUB
|
static UpdateInstallType |
USER
|
static UpdateInstallType |
WORKBENCH
|
| Method Summary | |
|---|---|
static UpdateInstallType |
forName(java.lang.String name)
Returns the instance of UpdateConfigLevel matching the given name. |
java.lang.String |
getAlias()
Alternate (no spaces) name for the install type. |
java.lang.String |
getName()
Name of the install type. |
boolean |
isSource()
Returns true if this is the type of install that can be used as a source - generally server/hub-type only. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final UpdateInstallType DISTRIBUTION
public static final UpdateInstallType PROVIDER
public static final UpdateInstallType MASTER_INSTALL
public static final UpdateInstallType CENTRAL_HUB
public static final UpdateInstallType SITE_HUB
public static final UpdateInstallType USER
public static final UpdateInstallType MAP_TRANSLATOR
public static final UpdateInstallType WORKBENCH
| Method Detail |
|---|
public static UpdateInstallType forName(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public java.lang.String getAlias()
public boolean isSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||