public class UpdateJavaFileCopyright extends UpdatePsiFileCopyright
Modifier and Type | Class and Description |
---|---|
static class |
UpdateJavaFileCopyright.UpdateJavaCopyrightsProvider |
UpdatePsiFileCopyright.CommentAction
Constructor and Description |
---|
UpdateJavaFileCopyright(Project project,
Module module,
VirtualFile root,
CopyrightProfile options) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept() |
protected void |
checkCommentsForTopClass(PsiClass topclass,
int location,
java.util.List<PsiComment> comments) |
protected PsiElement [] |
getImportsList() |
protected PsiElement |
getPackageStatement() |
protected void |
scanFile() |
addAction, checkComments, checkComments, collectComments, complete, complete, getFile, getLanguageOptions, getNextSibling, getPreviousSibling, hasUpdates, prepare, processActions
countNewline, getCommentText, getManager, getRoot, resetCommentText
public UpdateJavaFileCopyright(Project project, Module module, VirtualFile root, CopyrightProfile options)
protected boolean accept()
accept
in class UpdatePsiFileCopyright
protected void scanFile()
scanFile
in class UpdatePsiFileCopyright
protected void checkCommentsForTopClass(PsiClass topclass, int location, java.util.List<PsiComment> comments)
protected PsiElement [] getImportsList()
protected PsiElement getPackageStatement()