A B C D E F G I J L M N O P Q R S T U V W X Y

A

AbstractCopyright - Class in org.glassfish.copyright
 
AbstractCopyright(Copyright) - Constructor for class org.glassfish.copyright.AbstractCopyright
 
AbstractCopyrightMojo - Class in org.glassfish.copyright
Check copyrights of files.
AbstractCopyrightMojo() - Constructor for class org.glassfish.copyright.AbstractCopyrightMojo
 
addCopyrightDate(String, String) - Method in class org.glassfish.copyright.AbstractCopyright
Update the given copyright date to include the lastChanged date (assumed to be a date greater than any date included in "date").
addExclude(String) - Method in class org.glassfish.copyright.Copyright
 
addExcludes(String) - Method in class org.glassfish.copyright.Copyright
 
allrights - Static variable in class org.glassfish.copyright.AbstractCopyright
 
alternateTemplate - Variable in class org.glassfish.copyright.Copyright
 
alternateTemplateFile - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Alternate copyright template file.

B

baseDirectory - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Base directory for project.
BatCopyright - Class in org.glassfish.copyright
 
BatCopyright(Copyright) - Constructor for class org.glassfish.copyright.BatCopyright
 
blankLines - Variable in class org.glassfish.copyright.CommonCopyright
 

C

c - Variable in class org.glassfish.copyright.AbstractCopyright
 
check(Copyright) - Method in class org.glassfish.copyright.AbstractCopyrightMojo
Run the copyright checker using the specified options on the specified files in this project.
check(File) - Method in class org.glassfish.copyright.Copyright
Check the file.
checkCopyright(File) - Method in class org.glassfish.copyright.AbstractCopyright
Check a file for the correct copyright notice.
CheckCopyrightMojo - Class in org.glassfish.copyright
Check copyrights of files.
CheckCopyrightMojo() - Constructor for class org.glassfish.copyright.CheckCopyrightMojo
 
checkMaven(File) - Method in class org.glassfish.copyright.Copyright
Check a Maven project directory.
commentEnd - Variable in class org.glassfish.copyright.CommonCopyright
 
commentPrefix - Variable in class org.glassfish.copyright.CommonCopyright
 
commentStart - Variable in class org.glassfish.copyright.CommonCopyright
 
CommonCopyright - Class in org.glassfish.copyright
 
CommonCopyright(Copyright) - Constructor for class org.glassfish.copyright.CommonCopyright
 
copy(BufferedReader, BufferedWriter, boolean) - Method in class org.glassfish.copyright.AbstractCopyright
Copy "in" to "out", skipping blank lines at the beginning of "in" if skipBlanks is true, and canonicalizing the line terminators to '\n'.
Copyright - Class in org.glassfish.copyright
 
Copyright() - Constructor for class org.glassfish.copyright.Copyright
 
CopyrightMojo - Class in org.glassfish.copyright
Check copyrights of files.
CopyrightMojo() - Constructor for class org.glassfish.copyright.CopyrightMojo
 
correctTemplate - Variable in class org.glassfish.copyright.Copyright
 
count - Static variable in class org.glassfish.copyright.Copyright
 

D

debug - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Turn on debugging.
debug - Variable in class org.glassfish.copyright.Copyright
 
doHidden - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Check hidden files too?
doHidden - Variable in class org.glassfish.copyright.Copyright
 
doJava - Variable in class org.glassfish.copyright.Copyright
 
dontUpdate - Variable in class org.glassfish.copyright.Copyright
 
doProps - Variable in class org.glassfish.copyright.Copyright
 
doRepair - Variable in class org.glassfish.copyright.Copyright
 
doText - Variable in class org.glassfish.copyright.Copyright
 
doXml - Variable in class org.glassfish.copyright.Copyright
 

E

err(String) - Method in class org.glassfish.copyright.AbstractCopyright
 
errors - Variable in class org.glassfish.copyright.Copyright
 
exclude - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Exclude pattern list.
excludeFile - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
File(s) containing exclude patterns.
excludes - Variable in class org.glassfish.copyright.Copyright
 
execute() - Method in class org.glassfish.copyright.CheckCopyrightMojo
 
execute() - Method in class org.glassfish.copyright.CopyrightMojo
 
execute() - Method in class org.glassfish.copyright.RepairCopyrightMojo
 

F

findPrefix(String) - Static method in class org.glassfish.copyright.AbstractCopyright
Find the prefix (if any) for the current line.
fixCopyright(String, String, String) - Method in class org.glassfish.copyright.AbstractCopyright
Update the copyright line in cr to use "date" as the copyright date and "lic" as the licensor.

G

getResourceFile(String) - Method in class org.glassfish.copyright.AbstractCopyrightMojo
Get the File reference for a File passed in as a string reference.
getVersion() - Static method in class org.glassfish.copyright.Version
 
git - Variable in class org.glassfish.copyright.Copyright
 

I

ignoredDirs - Static variable in class org.glassfish.copyright.Copyright
 
ignoreYear - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Don't check that the year is correct?
ignoreYear - Variable in class org.glassfish.copyright.Copyright
 
initializeOptions(Copyright) - Method in class org.glassfish.copyright.AbstractCopyrightMojo
Initialize the Copyright object with the options from this mojo.
isModified(String) - Method in class org.glassfish.copyright.AbstractCopyright
Exec the "svn status" command to find out if the file has been modified locally.
isPreamble(String) - Method in class org.glassfish.copyright.CommonCopyright
Should this line be allowed before the first comment line?
isPreamble(String) - Method in class org.glassfish.copyright.JavaCopyright
 
isPreamble(String) - Method in class org.glassfish.copyright.XmlCopyright
 

J

JavaCopyright - Class in org.glassfish.copyright
 
JavaCopyright(Copyright) - Constructor for class org.glassfish.copyright.JavaCopyright
 
JspCopyright - Class in org.glassfish.copyright
 
JspCopyright(Copyright) - Constructor for class org.glassfish.copyright.JspCopyright
 

L

lastChanged(String) - Method in class org.glassfish.copyright.AbstractCopyright
Exec the "svn info" command to get the date the file was last changed.
licensor - Static variable in class org.glassfish.copyright.AbstractCopyright
 
log - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Log output, initialize this in the execute method.

M

main(String[]) - Static method in class org.glassfish.copyright.Copyright
 
matches(Pattern, String) - Method in class org.glassfish.copyright.AbstractCopyright
Does the string match the pattern?
matches(Pattern, String) - Method in class org.glassfish.copyright.TextCopyright
Does the string match the pattern? Since we don't know where the comment text might end, we just insist that it match starting at the beginning of the text.
mavenOnly - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Check all files in project or just the source and resource files maven knows about?
mercurial - Variable in class org.glassfish.copyright.Copyright
 
movePreamble - Variable in class org.glassfish.copyright.CommonCopyright
 

N

nDate - Variable in class org.glassfish.copyright.Copyright
 
nEmpty - Variable in class org.glassfish.copyright.Copyright
 
nMissing - Variable in class org.glassfish.copyright.Copyright
 
nNoCE - Variable in class org.glassfish.copyright.Copyright
 
nNoYear - Variable in class org.glassfish.copyright.Copyright
 
nOldCDDL - Variable in class org.glassfish.copyright.Copyright
 
normalize - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Normalize format of repaired copyright to match template?
normalize - Variable in class org.glassfish.copyright.Copyright
 
nSun - Variable in class org.glassfish.copyright.Copyright
 
nSunApache - Variable in class org.glassfish.copyright.Copyright
 
nSunBSD - Variable in class org.glassfish.copyright.Copyright
 
nWrong - Variable in class org.glassfish.copyright.Copyright
 

O

org.glassfish.copyright - package org.glassfish.copyright
 

P

PropertiesCopyright - Class in org.glassfish.copyright
 
PropertiesCopyright(Copyright) - Constructor for class org.glassfish.copyright.PropertiesCopyright
 

Q

quiet - Variable in class org.glassfish.copyright.Copyright
 

R

readComment(BufferedReader) - Method in class org.glassfish.copyright.AbstractCopyright
Read the first comment block in the file.
readComment(BufferedReader) - Method in class org.glassfish.copyright.BatCopyright
Read the first comment block in the file.
readComment(BufferedReader) - Method in class org.glassfish.copyright.CommonCopyright
Read the first comment block in the file.
readComment(BufferedReader) - Method in class org.glassfish.copyright.PropertiesCopyright
Read the first comment block in the file.
readComment(BufferedReader) - Method in class org.glassfish.copyright.TextCopyright
Read the first comment block in a non-Java file.
repair(File, String, AbstractCopyright.RepairType) - Method in class org.glassfish.copyright.AbstractCopyright
Repair the errors in the file.
repair(File, String, AbstractCopyright.RepairType) - Method in class org.glassfish.copyright.BatCopyright
Repair the c.errors in the file.
repair(File, String, AbstractCopyright.RepairType) - Method in class org.glassfish.copyright.TextCopyright
Repair the c.errors in the file.
RepairCopyrightMojo - Class in org.glassfish.copyright
Repairs copyrights of files.
RepairCopyrightMojo() - Constructor for class org.glassfish.copyright.RepairCopyrightMojo
 
replaceCopyright(BufferedReader, BufferedWriter, String, String) - Method in class org.glassfish.copyright.AbstractCopyright
Skip the first comment block, replacing it with the correct copyright.
replaceCopyright(BufferedReader, BufferedWriter, String, String) - Method in class org.glassfish.copyright.BatCopyright
Skip the first comment block, replacing it with the correct copyright.
replaceCopyright(BufferedReader, BufferedWriter, String, String) - Method in class org.glassfish.copyright.CommonCopyright
Skip the first comment block, replacing it with the correct copyright.
replaceCopyright(BufferedReader, BufferedWriter, String, String) - Method in class org.glassfish.copyright.PropertiesCopyright
Skip the first comment block, replacing it with the correct copyright.
replaceCopyright(BufferedReader, BufferedWriter, String, String) - Method in class org.glassfish.copyright.TextCopyright
Skip the first comment block, replacing it with the correct copyright.
resources - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Resources.

S

scm - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Select SCM system - svn (default), mercurial, git.
scmOnly - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Skip files not under SCM?
skipNoSVN - Variable in class org.glassfish.copyright.Copyright
 
sourceDirectory - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Source directory.
startsWith(String, String) - Static method in class org.glassfish.copyright.AbstractCopyright
Like String.startsWith, but ignores case and skips leading whitespace.
startsWith(File, String) - Static method in class org.glassfish.copyright.AbstractCopyright
Does the file start with the specified prefix?
strip(String) - Static method in class org.glassfish.copyright.AbstractCopyright
Strip any trailing whitespace.
supports(File) - Method in class org.glassfish.copyright.AbstractCopyright
Does this class support this file? Subclasses will use the file name, and possibly examine the content of the file, to determine whether it's supported.
supports(File) - Method in class org.glassfish.copyright.BatCopyright
Is this a Windows .bat file?
supports(File) - Method in class org.glassfish.copyright.JavaCopyright
Does this class support this file?
supports(File) - Method in class org.glassfish.copyright.JspCopyright
Is this a JSP file?
supports(File) - Method in class org.glassfish.copyright.PropertiesCopyright
Is this a properties file, or other file with similar syntax?
supports(File) - Method in class org.glassfish.copyright.TextCopyright
Is this a plain text file?
supports(File) - Method in class org.glassfish.copyright.XmlCopyright
Is this an XML file?

T

templateFile - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Copyright template file.
TextCopyright - Class in org.glassfish.copyright
 
TextCopyright(Copyright) - Constructor for class org.glassfish.copyright.TextCopyright
 
thisYear - Static variable in class org.glassfish.copyright.AbstractCopyright
 
toComment(String) - Method in class org.glassfish.copyright.AbstractCopyright
Convert the comment text to the appropriate syntax.
toComment(String) - Method in class org.glassfish.copyright.BatCopyright
Convert the comment text to .properties syntax.
toComment(String) - Method in class org.glassfish.copyright.CommonCopyright
Convert the comment text to the appropriate syntax.
toComment(String) - Method in class org.glassfish.copyright.PropertiesCopyright
Convert the comment text to .properties syntax.
toComment(String) - Method in class org.glassfish.copyright.TextCopyright
Convert the comment text to the appropriate syntax.

U

updateCopyright(BufferedReader, BufferedWriter, String) - Method in class org.glassfish.copyright.AbstractCopyright
Update the existing copyright statement, changing the copyright year to include lastChanged.
updateCopyright(BufferedReader, BufferedWriter, String) - Method in class org.glassfish.copyright.BatCopyright
Update the existing copyright statement, changing the copyright year to include lastChanged.
updateCopyright(BufferedReader, BufferedWriter, String) - Method in class org.glassfish.copyright.CommonCopyright
Update the existing copyright statement, changing the copyright year to include lastChanged.
updateCopyright(BufferedReader, BufferedWriter, String) - Method in class org.glassfish.copyright.PropertiesCopyright
Update the existing copyright statement, changing the copyright year to include lastChanged.
updateCopyright(BufferedReader, BufferedWriter, String) - Method in class org.glassfish.copyright.TextCopyright
Update the existing copyright statement, changing the copyright year to include lastChanged.
useComma - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Use comma instead of dash between years?
useComma - Variable in class org.glassfish.copyright.Copyright
 

V

Version - Class in org.glassfish.copyright
 
Version() - Constructor for class org.glassfish.copyright.Version
 

W

warn - Variable in class org.glassfish.copyright.AbstractCopyrightMojo
Turn off warnings.
warn - Variable in class org.glassfish.copyright.Copyright
 
warnCopyright(File, BufferedReader) - Method in class org.glassfish.copyright.AbstractCopyright
Warn if there's another copyright statement in the file.
writeCopyright(BufferedWriter, String, String) - Method in class org.glassfish.copyright.AbstractCopyright
Write the correct copyright to "out", using "year" as the copyright date.

X

XmlCopyright - Class in org.glassfish.copyright
 
XmlCopyright(Copyright) - Constructor for class org.glassfish.copyright.XmlCopyright
 

Y

ypat - Static variable in class org.glassfish.copyright.AbstractCopyright
 

A B C D E F G I J L M N O P Q R S T U V W X Y

Copyright © 2013 GlassFish Community. All Rights Reserved.