com.bigdata
Class Banner

java.lang.Object
  extended by com.bigdata.Banner

public class Banner
extends Object

Class has a static method which writes a copyright banner on stdout once per JVM. This method is invoked from several core classes in order to ensure that the copyright banner is always written out on bigdata startup.

Version:
$Id: Banner.java 6011 2012-02-11 01:05:10Z thompsonbry $
Author:
Bryan Thompson

Nested Class Summary
static interface Banner.Options
          Environment variables understood by the Banner class.
 
Constructor Summary
Banner()
           
 
Method Summary
static void banner()
           
static void main(String[] args)
          Outputs the banner and exits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Banner

public Banner()
Method Detail

banner

public static void banner()

main

public static void main(String[] args)
Outputs the banner and exits.

Parameters:
args - Ignored.


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.