| Constructor and Description |
|---|
MethodIdentifier(InterfaceIdentifier iface,
String method)
Creates a method identifier given an interface identifier
and a method name.
|
MethodIdentifier(String path)
Creates a method identifier given a fully-qualified name
([interface].[method]).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFullyQualifiedName() |
static String |
getFullyQualifiedName(String iface,
String method) |
InterfaceIdentifier |
getInterfaceIdentifier()
Returns the identifier of the interface containing this method.
|
String |
getName()
Returns the name of this method.
|
int |
hashCode() |
String |
toString() |
public MethodIdentifier(String path)
path - fully-qualified method name. must not be null.IllegalArgumentException - if path is nullpublic MethodIdentifier(InterfaceIdentifier iface, String method)
iface - interface identifiermethod - method nameIllegalArgumentException - if iface or
method is nullpublic String getName()
public InterfaceIdentifier getInterfaceIdentifier()
public String getFullyQualifiedName()
Copyright © 2022. All rights reserved.