|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.update.model.UpdateVolume
public class UpdateVolume
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 UpdateVolume |
CONFIG
|
static UpdateVolume |
DATA
|
static UpdateVolume |
LOG
|
static UpdateVolume |
MAPS
|
static UpdateVolume |
MODULES
|
static UpdateVolume |
OS
|
static UpdateVolume |
SYSTEM
|
static UpdateVolume |
TEMP
|
static UpdateVolume |
UPDATE
|
static UpdateVolume |
V3X
|
| Method Summary | |
|---|---|
static UpdateVolume |
forName(java.lang.String name)
Returns the instance of UpdateConfigLevel matching the given name. |
java.lang.String |
getName()
Name of the volume. |
java.lang.String |
getPath()
Standard path in the filesystem to the volume's files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UpdateVolume CONFIG
public static final UpdateVolume MODULES
public static final UpdateVolume MAPS
public static final UpdateVolume SYSTEM
public static final UpdateVolume OS
public static final UpdateVolume TEMP
public static final UpdateVolume DATA
public static final UpdateVolume LOG
public static final UpdateVolume UPDATE
public static final UpdateVolume V3X
| Method Detail |
|---|
public static UpdateVolume forName(java.lang.String name)
public java.lang.String getName()
public java.lang.String getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||