public class LicenseHeaderUpdate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicenseHeaderUpdate.LicensableFileDirectoryWalker |
Modifier and Type | Field and Description |
---|---|
static String |
AGPL_LICENSE_TEXT |
Constructor and Description |
---|
LicenseHeaderUpdate() |
Modifier and Type | Method and Description |
---|---|
static void |
handleJavaStyleComments(String baseDir) |
static void |
handleJSPStyleComments(String baseDir) |
static void |
handlePropertyStyleComments(String baseDir) |
static void |
handleSQLStyleComments(String baseDir) |
static void |
handleXMLStyleComments(String baseDir) |
static void |
main(String[] args) |
static void |
setupBlackList() |
public static final String AGPL_LICENSE_TEXT
public LicenseHeaderUpdate()
public static void setupBlackList()
public static void handleJavaStyleComments(String baseDir) throws Exception
Exception
public static void handleJSPStyleComments(String baseDir) throws Exception
Exception
public static void handlePropertyStyleComments(String baseDir) throws Exception
Exception
public static void handleSQLStyleComments(String baseDir) throws Exception
Exception
public static void handleXMLStyleComments(String baseDir) throws Exception
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.