- All Known Subinterfaces:
CopyrightAccessor.CopyrightProperty
,ParseArgs
- All Known Implementing Classes:
ArgsParser
public interface CopyrightAccessor
Provides an accessor for a copyright property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a copyright property returning the builder for applying multiple build operations.static interface
Provides a mutator for a copyright property.static interface
Provides 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.
-