|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.prowtutil.WTServerVersion
Server configuration (based on InstalledProperties)
Field Summary | |
static int |
PDM_LINK
|
static int |
PROJECT_LINK
|
static int |
UNKNOWN
|
static int |
WINDCHILL
|
Constructor Summary | |
WTServerVersion()
|
Method Summary | |
static String |
getInstalledSolutionNames()
construct "solution types" string for WFProperties |
static int |
getSolutionType()
|
static boolean |
isBundled()
is BundledServer (WNC+PL or PDMLink + PL) |
static boolean |
isPdmLink()
returns "true" if PDMLink is installed |
static boolean |
isPdmLinkStandAlone()
returns "true" if StandAlone PDMLink is installed |
static boolean |
isProIntralink()
returns "true" if PDMLink is installed |
static boolean |
isProjectLink()
returns "true" if ProjectLink is installed |
static boolean |
isProjectLinkStandAlone()
returns "true" if StandAlone ProjectLink is installed |
static boolean |
isWindchill()
returns "true" if Windchill classic is installed |
static boolean |
isWindchillStandAlone()
returns "true" if Windchill classic is installed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNKNOWN
public static final int WINDCHILL
public static final int PROJECT_LINK
public static final int PDM_LINK
Constructor Detail |
public WTServerVersion()
Method Detail |
public static int getSolutionType()
public static boolean isBundled()
public static boolean isProjectLink()
public static boolean isProjectLinkStandAlone()
public static boolean isPdmLink()
public static boolean isProIntralink()
public static boolean isPdmLinkStandAlone()
public static boolean isWindchill()
public static boolean isWindchillStandAlone()
public static String getInstalledSolutionNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |