- All Implemented Interfaces:
Banner
public class ResourceBanner
extends Object
implements Banner
Prints a banner from a resource.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResourceBanner
Constructor.
- Parameters:
resource
- The resource with the banner
out
- The print stream
-
Method Details
-
print
public void print()
Description copied from interface: Banner
Print the banner.
- Specified by:
print
in interface Banner