org.springframework.beans
Class CopyrightHandlerTest

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

public class CopyrightHandlerTest
extends Object


Field Summary
static String CR
           
static String ECL_CR
           
static String ECL_LF
           
static String LF
           
 
Constructor Summary
CopyrightHandlerTest()
           
 
Method Summary
protected  void copy(File file)
           
protected  void exec(String[] args)
           
static String flatten(String s)
           
protected  String getBaseDir()
           
protected  Properties getProperties(String location)
           
protected  Set<String> getValues(Properties properties)
           
static void main(String[] args)
           
static String read(File file)
           
 void testDuplicateCopyright()
           
static String unflatten(String s)
           
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

CopyrightHandlerTest

public CopyrightHandlerTest()
Method Detail

main

public static void main(String[] args)

getBaseDir

protected String getBaseDir()

testDuplicateCopyright

public void testDuplicateCopyright()

exec

protected void exec(String[] args)

getValues

protected Set<String> getValues(Properties properties)

getProperties

protected Properties getProperties(String location)

write

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

read

public static final String read(File file)

unflatten

public static final String unflatten(String s)

flatten

public static final String flatten(String s)

copy

protected void copy(File file)


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