java.lang.Object
org.apache.wicket.util.lang.PackageName
- All Implemented Interfaces:
Serializable,IClusterable
A type-safe package name class since Package is unreliable (it's not a Package object, but rather
a sometimes-available holder for versioning information).
- Author:
- Jonathan Locke
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PackageNamestatic PackageNamegetName()inthashCode()toString()
-
Method Details
-
forClass
- Parameters:
c- The class to get a PackageName object for- Returns:
- The PackageName object
-
forPackage
- Parameters:
p- The package to get a PackageName object for- Returns:
- The package name
-
equals
-
hashCode
-
getName
- Returns:
- The fully qualified name of this package
-
toString
-