|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.tools.info.SdkInfo
public class SdkInfo
Retrieves installation information for the App Engine SDK.
Field Summary | |
---|---|
static java.lang.String |
SDK_ROOT_PROPERTY
|
Constructor Summary | |
---|---|
SdkInfo()
|
Method Summary | |
---|---|
static java.lang.String |
getDefaultServer()
|
static Version |
getLocalVersion()
|
static java.io.File |
getSdkRoot()
Returns the path to the root of the SDK. |
static java.util.List<java.io.File> |
getSharedLibFiles()
Returns the paths of all shared libraries for the SDK. |
static java.util.List<java.net.URL> |
getSharedLibs()
Returns the full paths of all shared libraries for the SDK. |
static java.util.List<java.io.File> |
getUserLibFiles()
Returns the paths of all user libraries for the SDK. |
static java.util.List<java.net.URL> |
getUserLibs()
Returns the full paths of all user libraries for the SDK. |
static void |
setSdkRoot(java.io.File root)
Explicitly specifies the path to the root of the SDK. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SDK_ROOT_PROPERTY
Constructor Detail |
---|
public SdkInfo()
Method Detail |
---|
public static java.util.List<java.net.URL> getSharedLibs()
public static java.util.List<java.io.File> getSharedLibFiles()
public static java.util.List<java.net.URL> getUserLibs()
public static java.util.List<java.io.File> getUserLibFiles()
public static java.io.File getSdkRoot()
public static void setSdkRoot(java.io.File root)
appengine.sdk.root
system property,
but must be called before any other methods in this class.
java.lang.IllegalStateException
- If any other methods have already
been called.public static Version getLocalVersion()
public static java.lang.String getDefaultServer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |