|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.update.model.UpdateOS
public class UpdateOS
Operating system types for os-specific files in the Partner installation filesystem.
Copyright 2010 Partner Software, Inc.
| Field Summary | |
|---|---|
static UpdateOS |
LINUX
|
static UpdateOS |
MAC
|
static UpdateOS |
PALM
|
static UpdateOS |
SUNOS
|
static UpdateOS |
WINDOWS
|
| Method Summary | |
|---|---|
static UpdateOS |
forCurrentRuntime()
Returns the instance matching the current runtime's environment. |
static UpdateOS |
forName(java.lang.String name)
Returns the instance 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 UpdateOS WINDOWS
public static final UpdateOS MAC
public static final UpdateOS LINUX
public static final UpdateOS PALM
public static final UpdateOS SUNOS
| Method Detail |
|---|
public static UpdateOS forName(java.lang.String name)
public static UpdateOS forCurrentRuntime()
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 | ||||||||