public final class FullQualifiedName extends Object implements Serializable
| Constructor and Description |
|---|
FullQualifiedName(String namespaceAndName)
Create the FQN with given namespace and name (which is split of last
. of the parameter). |
FullQualifiedName(String namespace,
String name)
Create the FQN with given namespace and name
|
public FullQualifiedName(String namespace, String name)
namespace - namespace of FQNname - name of FQNpublic FullQualifiedName(String namespaceAndName)
. of the parameter).namespaceAndName - namespace and name of FQNCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.