com.partnersoft.update.model
Class UpdateInstallType

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

public class UpdateInstallType
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 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

DISTRIBUTION

public static final UpdateInstallType DISTRIBUTION

PROVIDER

public static final UpdateInstallType PROVIDER

MASTER_INSTALL

public static final UpdateInstallType MASTER_INSTALL

CENTRAL_HUB

public static final UpdateInstallType CENTRAL_HUB

SITE_HUB

public static final UpdateInstallType SITE_HUB

USER

public static final UpdateInstallType USER

MAP_TRANSLATOR

public static final UpdateInstallType MAP_TRANSLATOR

WORKBENCH

public static final UpdateInstallType WORKBENCH
Method Detail

forName

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


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Name of the install type.

Returns:
name of install type

getAlias

public java.lang.String getAlias()
Alternate (no spaces) name for the install type.


isSource

public boolean isSource()
Returns true if this is the type of install that can be used as a source - generally server/hub-type only.