Package org.mule.metadata.message.api.el
Class ModuleIdentifier
- java.lang.Object
-
- org.mule.metadata.message.api.el.ModuleIdentifier
-
public class ModuleIdentifier extends Object
The identifier of a module
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_SEPARATOR
-
Constructor Summary
Constructors Constructor Description ModuleIdentifier(String... elements)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleIdentifierfromString(String name)String[]getElements()StringtoString()
-
-
-
Field Detail
-
NAME_SEPARATOR
public static final String NAME_SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ModuleIdentifier
public ModuleIdentifier(String... elements)
-
-