Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.5b1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
C
cause
- Variable in exception de.hunsicker.util.
ChainingRuntimeException
Causing throwable.
ChainingRuntimeException
- Exception in
de.hunsicker.util
Resembles the JDK 1.4 exception chaining facility.
ChainingRuntimeException()
- Constructor for exception de.hunsicker.util.
ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(String)
- Constructor for exception de.hunsicker.util.
ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(String, Throwable)
- Constructor for exception de.hunsicker.util.
ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(Throwable)
- Constructor for exception de.hunsicker.util.
ChainingRuntimeException
Creates a new ChainingRuntimeException object.
checkCompatibility(String)
- Static method in class de.hunsicker.jalopy.
Jalopy
Checks whether the specification version of the given Plug-in is compatible with the Jalopy Plug-in API spec version.
checkEntryConditions()
- Method in class de.hunsicker.jalopy.plugin.
AbstractAppender
CHUNKS_BY_BLANK_LINES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
CHUNKS_BY_BLANK_LINES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Enable chunk detection by blank lines?
CHUNKS_BY_COMMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
CHUNKS_BY_COMMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Enable chunk detection by comments?
CLASS
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
Represents a class declaration.
CLASS_INT
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
The bit value for classes.
CLASS_REPOSITORY_DIRECTORY
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Directory to store class repository files (
String
).
ClassRepository
- Class in
de.hunsicker.jalopy.language
Stores type names for Java packages.
ClassRepositoryEntry
- Class in
de.hunsicker.jalopy.language
Represents a repository entry for a given Java library.
ClassRepositoryEntry(ClassRepositoryEntry.Info, Set)
- Constructor for class de.hunsicker.jalopy.language.
ClassRepositoryEntry
Creates a new ClassRepositoryEntry object.
ClassRepositoryEntry(File, long, Set)
- Constructor for class de.hunsicker.jalopy.language.
ClassRepositoryEntry
Creates a new ClassRepositoryEntry object.
ClassRepositoryEntry.Info
- Class in
de.hunsicker.jalopy.language
Provides information about a repository entry.
ClassRepositoryEntry.Info(File)
- Constructor for class de.hunsicker.jalopy.language.
ClassRepositoryEntry.Info
Creates a new Info object.
cleanupBackupDirectory()
- Method in class de.hunsicker.jalopy.
Jalopy
Cleans up the backup directory.
clear()
- Method in interface de.hunsicker.jalopy.plugin.
SwingAppender
Clears all messages currently being displayed.
clear()
- Method in class de.hunsicker.jalopy.storage.
History
Clears the history.
close()
- Method in class de.hunsicker.jalopy.plugin.
AbstractAppender
CodeInspector
- Class in
de.hunsicker.jalopy.language
Inspects a Java parse tree for convention violations and possible code weaknesses.
CodeInspector(Map)
- Constructor for class de.hunsicker.jalopy.language.
CodeInspector
Creates a new CodeInspector object.
CodeInspectorSettingsPage
- Class in
de.hunsicker.jalopy.swing
Settings page for the Jalopy Code Inspector general settings.
CodeInspectorSettingsPage()
- Constructor for class de.hunsicker.jalopy.swing.
CodeInspectorSettingsPage
Creates a new CodeInspectorSettingsPage object.
COLLAPSE
- Static variable in class de.hunsicker.jalopy.storage.
ImportPolicy
Collapse single-type import statements.
COMMENT
- Static variable in class de.hunsicker.jalopy.storage.
History.Policy
Insert a single line comment header at the top of every formatted file.
COMMENT_FORMAT_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_FORMAT_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Format multi-line comments?
COMMENT_INSERT_SEPARATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_INSERT_SEPARATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert separator comments between the different tree portions ( class/interface/variable/method/constructor/initialiation declarations)?
COMMENT_INSERT_SEPARATOR_RECURSIVE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_INSERT_SEPARATOR_RECURSIVE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert separator comments between the different tree portions of inner classes/interfaces (a.k.a recursively)?
COMMENT_JAVADOC_CHECK_TAGS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_CHECK_TAGS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Check Javadoc standard tags?
COMMENT_JAVADOC_CHECK_TAGS_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_CHECK_TAGS_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Should Javadoc &064;throws tags be checked or not?
COMMENT_JAVADOC_CLASS_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_CLASS_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert missing Javadoc comment for classes/interfaces?
COMMENT_JAVADOC_CTOR_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_CTOR_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert missing Javadoc comment for constructors?
COMMENT_JAVADOC_FIELDS_SHORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
COMMENT_JAVADOC_FIELDS_SHORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print Javadoc comments for fields in one line if possible?
COMMENT_JAVADOC_INNER_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_INNER_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert missing Javadoc comments for inner classes too?
COMMENT_JAVADOC_METHOD_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_METHOD_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert missing Javadoc comment for methods?
COMMENT_JAVADOC_PARSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_PARSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Parse Javadoc comments or add AS IS?
COMMENT_JAVADOC_REMOVE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_REMOVE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove Javadoc comments?
COMMENT_JAVADOC_TAGS_INLINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("").
COMMENT_JAVADOC_TAGS_INLINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Custom Javadoc in-line tags definitions (
String
).
COMMENT_JAVADOC_TAGS_STANDARD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("").
COMMENT_JAVADOC_TAGS_STANDARD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Custom Javadoc standard tags definitions (
String
).
COMMENT_JAVADOC_TEMPLATE_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
COMMENT_JAVADOC_TEMPLATE_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for classes (
String
).
COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" */"").
COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for constructors, bottom part (
String
).
COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for constructors, exceptions part (
String
).
COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for constructors, parameters part (
String
).
COMMENT_JAVADOC_TEMPLATE_CTOR_TOP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""/**| * Creates a new $objectType$ object."").
COMMENT_JAVADOC_TEMPLATE_CTOR_TOP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for constructors, top part (
String
).
COMMENT_JAVADOC_TEMPLATE_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
COMMENT_JAVADOC_TEMPLATE_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for interfaces (
String
).
COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" */"").
COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for methods, bottom part (
String
).
COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for methods, exceptions part (
String
).
COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for methods, parameter part (
String
).
COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" * @return DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for methods, return part (
String
).
COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("" *"").
COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for methods, top part (
String
).
COMMENT_JAVADOC_TEMPLATE_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| */"").
COMMENT_JAVADOC_TEMPLATE_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Javadoc template for variables (
String
).
COMMENT_JAVADOC_TRANSFORM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_TRANSFORM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Transform non-Javadoc comments to Javadoc comments?
COMMENT_JAVADOC_VARIABLE_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_VARIABLE_MASK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert missing Javadoc comment for variables?
COMMENT_REMOVE_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_REMOVE_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove multi-line comments?
COMMENT_REMOVE_SINGLE_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_REMOVE_SINGLE_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove single-line comments?
CommentsSettingsPage
- Class in
de.hunsicker.jalopy.swing
Settings page for the Jalopy printer comment settings.
CommentsSettingsPage()
- Constructor for class de.hunsicker.jalopy.swing.
CommentsSettingsPage
Creates a new CommentsSettingsPage object.
compareTo(Object)
- Method in class de.hunsicker.jalopy.language.
ClassRepositoryEntry.Info
Compares this object with the specified object for order.
compareTo(Object)
- Method in class de.hunsicker.jalopy.language.
DeclarationType
Compares this object with the specified object for order.
compareTo(Object)
- Method in class de.hunsicker.jalopy.language.
MethodType
Compares this object with the specified object for order.
compareTo(Object)
- Method in class de.hunsicker.jalopy.language.
ModifierType
Compares this object with the specified object for order.
compareTo(Object)
- Method in class de.hunsicker.jalopy.language.
Node
Compares this object with the specified object for order.
compareTo(Object)
- Method in class de.hunsicker.jalopy.storage.
Convention.Key
ConsolePlugin
- Class in
de.hunsicker.jalopy.plugin.console
The console Plug-in provides a powerful command line interface for the Jalopy engine.
contains(Node)
- Method in class de.hunsicker.jalopy.language.
Node
Checks whether this node contains the given node.
contains(int, int, int, int)
- Method in class de.hunsicker.jalopy.language.
Node
Checks whether this node contains the given position.
contains(int, int)
- Method in class de.hunsicker.jalopy.language.
Node
Checks whether this node contains the given position.
Convention
- Class in
de.hunsicker.jalopy.storage
Represents a code convention: the settings that describe the desired coding style for Java source files.
CONVENTION
- Static variable in class de.hunsicker.jalopy.storage.
Environment.Variable
Defines the variable "convention".
Convention.Key
- Class in
de.hunsicker.jalopy.storage
A key for storing a value in a code convention.
CONVENTION_DESCRIPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""Sun Java Coding Convention"").
CONVENTION_DESCRIPTION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Description of the code convention (
String
).
CONVENTION_NAME
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""Sun"").
CONVENTION_NAME
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Name of the code convention (
String
).
ConventionDefaults
- Class in
de.hunsicker.jalopy.storage
Holds the default code convention values (Sun Java Coding Style).
ConventionKeys
- Class in
de.hunsicker.jalopy.storage
Provides the valid keys for accessing the values in a code convention.
copy()
- Method in class de.hunsicker.jalopy.storage.
Environment
Returns a copy of this object.
COUNTRY
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""US"").
COUNTRY
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Uppercase two-letter ISO-3166 code (
String
).
CRC32
- Static variable in class de.hunsicker.jalopy.storage.
History.Method
Use CRC32 checksum.
create()
- Method in class de.hunsicker.jalopy.language.
JavaNodeFactory
Creates a new empty JavaNode node.
create(int)
- Method in class de.hunsicker.jalopy.language.
JavaNodeFactory
Creates a new JavaNode node.
create(AST)
- Method in class de.hunsicker.jalopy.language.
JavaNodeFactory
Creates a new JavaNode node.
create(Token)
- Method in class de.hunsicker.jalopy.language.
JavaNodeFactory
Creates a new JavaNode node.
create(int, String)
- Method in class de.hunsicker.jalopy.language.
JavaNodeFactory
Creates a new JavaNode node.
create()
- Method in class de.hunsicker.jalopy.language.
NodeFactory
Creates a new empty Node node.
create(int)
- Method in class de.hunsicker.jalopy.language.
NodeFactory
Creates a new empty Node node.
create(int, String)
- Method in class de.hunsicker.jalopy.language.
NodeFactory
Creates a new empty Node node.
create(AST)
- Method in class de.hunsicker.jalopy.language.
NodeFactory
Creates a new empty Node node.
create(Token)
- Method in class de.hunsicker.jalopy.language.
NodeFactory
Creates a new empty Node node.
create(Window, String)
- Static method in class de.hunsicker.jalopy.swing.
SettingsDialog
Creates a new SettingsDialog object.
create(Window)
- Static method in class de.hunsicker.jalopy.swing.
SettingsDialog
Creates a new SettingsDialog object.
createEntry(ClassRepositoryEntry.Info)
- Static method in class de.hunsicker.jalopy.language.
ClassRepository
Creates a repository entry for the given repository info.
createItemList(int[])
- Method in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
Creates a list with the string values of the given integer values.
createProgressMonitor()
- Method in class de.hunsicker.jalopy.plugin.
AbstractPlugin
Creates a monitor to be used for long-running operations.
CTOR
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
Represents a constructor declaration.
CTOR_INT
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
The bit value for constructors.
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.5b1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
Submit a bug or feature
.
For further information and documentation, visit the
official Jalopy website
.
This page generated:
September 3 2011
Copyright © 2002-2005,
Marco Hunsicker, 1.5 support NotZippy
. All rights reserved.