public enum OtclConfig extends Enum<OtclConfig>
| Enum Constant and Description |
|---|
instance
The instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getCompiledCodeLocation()
Gets the otcl target location.
|
static String |
getOtclBinLocation()
Gets the otcl bin location.
|
static String |
getOtclHomeLocation()
Gets the otcl home location.
|
static String |
getOtclLibLocation()
Gets the otcl lib location.
|
static String |
getOtclSourceLocation()
Gets the otcl source location.
|
static String |
getSourceCodeLocation()
Gets the generated code source location.
|
static URLClassLoader |
getTargetClassLoader()
Gets the target class loader.
|
static OtclConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtclConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtclConfig instance
public static OtclConfig[] values()
for (OtclConfig c : OtclConfig.values()) System.out.println(c);
public static OtclConfig valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String getOtclHomeLocation()
public static String getOtclLibLocation()
public static String getOtclSourceLocation()
public static String getSourceCodeLocation()
public static String getOtclBinLocation()
public static String getCompiledCodeLocation()
public static URLClassLoader getTargetClassLoader()
Copyright © 2021. All rights reserved.