public class ProcessorId extends Object
| Constructor and Description |
|---|
ProcessorId(String name,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFullName() |
String |
getName() |
static String |
getName(String fullName)
Utility method to extract name from full name
|
String |
getNamespace() |
static String |
getNamespace(String fullName)
Utility method to extract namespace from full name
|
int |
hashCode() |
public static String getNamespace(String fullName)
fullName - For example mule:loggerpublic static String getName(String fullName)
fullName - For example mule:loggerpublic String getFullName()
public String getName()
public String getNamespace()
Copyright © 2019. All rights reserved.