|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.common.Installation
PortalEnvironment.
Most of the information in this class is used for internal portal functions and
there is little known reason why customers would need this information. If
there are needs identified, they will be added to the PortalEnvironment
class.
Vignette Portal installation information. This class uses public static variables to store installation information
| Field Summary | |
static File |
bootstrap_dir
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static File |
install_dir
Deprecated. as of 7.2, to be removed in 9.0. Replaced by PortalEnvironment.getInstallDir(). |
static String |
java_version
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static File |
logs_dir
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static boolean |
ms_java
Deprecated. as of version 3.5. To be removed in 8.0 or later |
static int |
PASSWORD_ENCRYPTION_METHOD_BASE64
Deprecated. as of 3.0, to be removed in 8.0 or later. As of Vignette Portal 3.0 the password encryption in the database is always done as MD5. |
static int |
PASSWORD_ENCRYPTION_METHOD_MD5
Deprecated. as of 3.0, to be removed in 8.0 or later. As of Vignette Portal 3.0 the password encryption in the database is always done as MD5. |
static int |
PASSWORD_ENCRYPTION_METHOD_NONE
Deprecated. as of 3.0, to be removed in 8.0 or later. As of Vignette Portal 3.0 the password encryption in the database is always done as MD5. |
static String |
PRODUCT_PROPERTY
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
PRODUCT_VAP
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static File |
properties_dir
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
SERIAL_NUMBER_FILE
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static File |
system_dir
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
VERSION_FILE
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
| Constructor Summary | |
Installation()
Deprecated. |
|
| Method Summary | |
static String |
cleanPath(String path)
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static int |
getBuildNumber()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static int |
getBuildNumber(String vfnLocation)
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getDefaultSchemaFilename()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static com.epicentric.sql.schema.Schema |
getDefaultSchemaFromFile()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static File |
getInstallDir()
Deprecated. as of 7.2, to be removed in 9.0. Replaced by PortalEnvironment.getInstallDir(). |
static String |
getInstanceGUID()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static Date |
getLastUpgradeDate()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static Date |
getOriginalInstallationDate()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static int |
getPasswordEncryptionVersion()
Deprecated. as of 3.0, to be removed in 8.0 or later. As of Vignette Portal 3.0 the password encryption in the database is always done as MD5. Vignette only supports upgrades from 2 major previous version, therefore by version 3.5 all databases should be using the same (MD5) type of encryption and no more upgrades will be necessary. |
static Date |
getSchemaDate()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getSchemaVersion()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getSerialNumber()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getVersion()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getVersion(String vfnLoc)
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getVersionOnly()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static String |
getVersionOnly(String vfnLocation)
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static void |
main(String[] args)
Deprecated. Print the build number to the command line. |
static void |
readVfn()
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
static void |
readVfn(String vfnLocation)
Deprecated. as of 7.2, to be removed in 9.0. No replacement. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String VERSION_FILE
public static final String SERIAL_NUMBER_FILE
public static File install_dir
PortalEnvironment.getInstallDir().
public static File logs_dir
public static File properties_dir
public static File system_dir
public static File bootstrap_dir
public static final int PASSWORD_ENCRYPTION_METHOD_NONE
public static final int PASSWORD_ENCRYPTION_METHOD_BASE64
public static final int PASSWORD_ENCRYPTION_METHOD_MD5
public static boolean ms_java
public static String java_version
public static final String PRODUCT_PROPERTY
public static final String PRODUCT_VAP
| Constructor Detail |
public Installation()
| Method Detail |
public static String cleanPath(String path)
public static String getVersion(String vfnLoc)
public static String getVersion()
public static String getVersionOnly()
public static String getVersionOnly(String vfnLocation)
public static String getSerialNumber()
public static File getInstallDir()
PortalEnvironment.getInstallDir().
public static int getBuildNumber()
public static int getBuildNumber(String vfnLocation)
public static void readVfn()
public static void readVfn(String vfnLocation)
public static int getPasswordEncryptionVersion()
public static void main(String[] args)
public static String getInstanceGUID()
public static Date getOriginalInstallationDate()
public static Date getLastUpgradeDate()
public static String getDefaultSchemaFilename()
public static com.epicentric.sql.schema.Schema getDefaultSchemaFromFile()
throws IOException
public static String getSchemaVersion()
public static Date getSchemaDate()
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||