- 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.MarkdownCopyright
-
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.MarkdownCopyright
-
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.
- 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.AsciidocCopyright
-
Is this an asciidoc file?
- 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.MarkdownCopyright
-
Is this a markdown 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?