Package | Description |
---|---|
org.jboss.byteman.agent |
Modifier and Type | Method | Description |
---|---|---|
abstract LocationType |
Location.getLocationType() |
identify the type of this location
|
static LocationType |
LocationType.type(String locationSpec) |
|
static LocationType |
LocationType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LocationType[] |
LocationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static Location |
Location.create(LocationType type,
String parameters) |
create a location object of a given type
|
Copyright © 2018. All rights reserved.