java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.actions.Actions |
This class defines well-known actions.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AUTO_RENAME_ALL | Auto-rename all identifiers. | |||||||||
int | COLLAPSE | Request to mark an item as collapsed (rendering should be hidden) or expanded (normal rendering, not hidden). | |||||||||
int | COMMENT | Create a comment. | |||||||||
int | CONVERT | Perform a conversion. | |||||||||
int | CREATE_PACKAGE | Code specific: Create a package. | |||||||||
int | DELETE | Delete action. | |||||||||
int | MOVE_TO | Move a source item "to" another (destination) item. | |||||||||
int | MOVE_TO_PACKAGE | Code specific: Move code items to a package. | |||||||||
int | NOOP | No operation. | |||||||||
int | PROVIDE_TYPE_HINT | Code specific: Provide a type hint for a code item. | |||||||||
int | QUERY_OVERRIDES | Code specific: Query code overrides. | |||||||||
int | QUERY_TYPE_HIER | Code specific: Query types hierarchies. | |||||||||
int | QUERY_XREFS | Query cross-references. | |||||||||
int | RENAME | Rename an item. | |||||||||
int | REPLACE | Perform a replacement. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Actions() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
idToName(int id)
Convert an action to a human-readable, camel-case name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Auto-rename all identifiers.
Request to mark an item as collapsed (rendering should be hidden) or expanded (normal rendering, not hidden).
Create a comment.
Perform a conversion.
Code specific: Create a package.
Delete action.
Move a source item "to" another (destination) item. A generic version of
MOVE_TO_PACKAGE
.
Code specific: Move code items to a package.
This action has been superseded by MOVE_TO
; it is left here for legacy reasons.
Parsers implementing it should maintain support to avoid breaking extensions
(scripts/plugins) relying on it.
No operation.
Code specific: Provide a type hint for a code item.
Code specific: Query code overrides.
Code specific: Query types hierarchies.
Query cross-references.
Rename an item.
Perform a replacement.
Convert an action to a human-readable, camel-case name.
id | the action id |
---|
UnknownAction{id}
on error