com.partnersoft.update.model
Class UpdateVolume

java.lang.Object
  extended by com.partnersoft.update.model.UpdateVolume

public class UpdateVolume
extends java.lang.Object

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.

Version:
$Id: UpdateConfigLevel.java 1089 2008-01-08 17:36:05Z paul $
Author:
Paul Reavis

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

CONFIG

public static final UpdateVolume CONFIG

MODULES

public static final UpdateVolume MODULES

MAPS

public static final UpdateVolume MAPS

SYSTEM

public static final UpdateVolume SYSTEM

OS

public static final UpdateVolume OS

TEMP

public static final UpdateVolume TEMP

DATA

public static final UpdateVolume DATA

LOG

public static final UpdateVolume LOG

UPDATE

public static final UpdateVolume UPDATE

V3X

public static final UpdateVolume V3X
Method Detail

forName

public static UpdateVolume forName(java.lang.String name)
Returns the instance of UpdateConfigLevel matching the given name. Returns null if no match is available.


getName

public java.lang.String getName()
Name of the volume.

Returns:
name of volume

getPath

public java.lang.String getPath()
Standard path in the filesystem to the volume's files.