Package com.io7m.montarre.api
Interface MNamesType
- All Known Implementing Classes:
MNames
@Immutable
public interface MNamesType
Name information.
-
Method Details
-
packageName
MPackageName packageName()- Returns:
- The package name
-
humanName
- Returns:
- The humanly-readable application name
-
shortName
MShortName shortName()- Returns:
- The package short name
-
id
- Returns:
- A name-based UUID from the package name
-