public final class Extension extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Extension.Parameter
Representation of extension parameters.
|
Constructor and Description |
---|
Extension(String name)
Constructs a new Extension with the specified name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
List<Extension.Parameter> |
getParameters() |
int |
hashCode() |
String |
toString() |
public Extension(String name)
name
- extension namepublic String getName()
public List<Extension.Parameter> getParameters()
Copyright © 2015 Oracle Corporation. All rights reserved.