org.springframework.beans
Class CopyrightHandler

java.lang.Object
  extended by org.springframework.beans.CopyrightHandler

public class CopyrightHandler
extends Object


Field Summary
static String CR
           
static String ECL_CR
           
static String ECL_LF
           
static String LF
           
 
Constructor Summary
CopyrightHandler()
           
 
Method Summary
protected  void copy(File file)
           
protected  void exec(String[] args)
           
static String expand(String s)
           
static String flatten(String s)
           
protected  Properties getProperties(String location)
           
protected  Set<String> getValues(Properties properties)
           
protected  Properties getXMLProperties(String location)
           
static void main(String[] args)
           
static String read(File file)
           
static void write(File file, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ECL_CR

public static final String ECL_CR
See Also:
Constant Field Values

ECL_LF

public static final String ECL_LF
See Also:
Constant Field Values

CR

public static final String CR
See Also:
Constant Field Values

LF

public static final String LF
See Also:
Constant Field Values
Constructor Detail

CopyrightHandler

public CopyrightHandler()
Method Detail

main

public static void main(String[] args)

exec

protected void exec(String[] args)

getValues

protected Set<String> getValues(Properties properties)

getProperties

protected Properties getProperties(String location)

getXMLProperties

protected Properties getXMLProperties(String location)

write

public static final void write(File file,
                               String content)

read

public static final String read(File file)

expand

public static final String expand(String s)

flatten

public static final String flatten(String s)

copy

protected void copy(File file)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.