Class CodeName
java.lang.Object
io.github.mmm.code.api.CodeName
Represents a parsed hierarchical name like a
qualified name or a part of it (e.g. "code.api.CodeName" as part of "net.sf.mmm.code.api.CodeName").- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeName
The constructor.- Parameters:
qualifiedName- the qualified name.separator- the package separator.
-
-
Method Details
-
getSimpleName
- Returns:
- the
simple name.
-
getFullName
- Returns:
- the full name as the full name of the potential
parentwith thesimple nameappended separated by the separator char.
-
getParent
-
toString
-