- All Known Subinterfaces:
CopyrightAccessor.CopyrightProperty,ParseArgs
- All Known Implementing Classes:
ArgsParser
public interface CopyrightAccessor
Provides an accessor for a copyright property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a copyright property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a copyright property.static interfaceProvides a copyright property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the copyright from the copyright property.
-
Method Details
-
getCopyright
String getCopyright()Retrieves the copyright from the copyright property.- Returns:
- The copyright stored by the copyright property.
-