Package | Description |
---|---|
com.sun.tools.ws.wscompile |
Modifier and Type | Field and Description |
---|---|
Options.Target |
Options.target |
Modifier and Type | Method and Description |
---|---|
static Options.Target |
Options.Target.getDefault() |
static Options.Target |
Options.Target.getLoadedAPIVersion() |
static Options.Target |
Options.Target.parse(String token)
Parses "2.0" and "2.1" into the
Options.Target object. |
static Options.Target |
Options.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.Target[] |
Options.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Options.Target.isLaterThan(Options.Target t)
Returns true if this version is equal or later than the given one.
|
Copyright © 2017 Oracle Corporation. All rights reserved.