org.apache.rat
Class Defaults

java.lang.Object
  extended by org.apache.rat.Defaults

public class Defaults
extends Object

Utility class that holds constants shared by the CLI tool and the Ant tasks.


Field Summary
static IHeaderMatcher[] DEFAULT_MATCHERS
          The standard list of licenses to include in the reports.
static String PLAIN_STYLESHEET
           
 
Method Summary
static IHeaderMatcher createDefaultMatcher()
           
static InputStream getDefaultStyleSheet()
           
static InputStream getPlainStyleSheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MATCHERS

public static final IHeaderMatcher[] DEFAULT_MATCHERS
The standard list of licenses to include in the reports.


PLAIN_STYLESHEET

public static final String PLAIN_STYLESHEET
See Also:
Constant Field Values
Method Detail

getPlainStyleSheet

public static InputStream getPlainStyleSheet()

getDefaultStyleSheet

public static InputStream getDefaultStyleSheet()

createDefaultMatcher

public static IHeaderMatcher createDefaultMatcher()


Copyright © 2006–2014 Apache Software Foundation. All rights reserved.