Package ro.sync.util.editorvars
Interface EditorVariablesConstants
- All Known Implementing Classes:
EditorVariables,EditorVariablesBase
@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public interface EditorVariablesConstants
All the editor variables constants under one roof
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEditor variable which will be expanded to the profiling condition set name.static final StringThe ancestor file to diff.static final StringStart of answer variable.static final StringThe archive directory editor variable.static final StringThe archive directory URL editor variable.static final StringThe archive name editor variable.static final StringThe archive name with extension editor variable.static final StringThe archive path editor variable.static final StringThe archive path URL editor variable.static final StringStart of ask variable.static final StringUsed to show the user the options he has to ask for a value.static final StringThe editor variable pointing to the name of the current author set in the "Review" preferences page.static final StringRepresents the base framework directory where the extended document type that contains this reference resides.static final StringRepresents the base framework URL where the extended document type that contains this reference resides.static final StringThe editor variable pointing to the user-configured DITA-OT directory.static final StringThe editor variable pointing to the user-configured DITA-OT directory.static final StringThe caret editor variable.static final StringThe caret editor variable.static final StringThe current file editor variable.static final StringThe current file directory editor variable.static final StringThe current file directory url editor variable.static final StringThe current file url editor variable.static final StringThe current file url editor variable old version.static final StringThe current filename editor variable.static final StringThe current filename extension editor variable.static final StringSample of date function specificationstatic final StringPrefix for date functionsstatic final StringThe debugger XML input editor variable.static final StringThe debugger XSL input editor variable.static final StringThe detected schema editor variable.static final StringThe detected schema URL editor variable.static final StringThe editor variables prefix.static final StringThe editor variables sufix.static final StringSample of environment function specificationstatic final StringPrefix for environment functions.static final StringENV var namestatic final StringThe first file to diff.static final StringThe FO input file editor variable.static final StringThe FOP Antenna House transformation method editor variable.static final StringThe FOP transformation method editor variable.static final StringA template about how to use the function that expands to the directory of the framework with the given name,.static final StringVariable that identifies a framework local directory using its name.static final StringRepresents the framework directory where the document type that contains this reference resides.static final StringVariable that identifies a framework URL location using its name.static final StringThe framework directory URL editor variable.static final StringA template about how to use the function that expands to the URL of the framework with the given name,.static final StringThe frameworks directory editor variable.static final StringThe frameworks directory URL editor variable.static final StringSuffix for functions (env or system)static final StringThe unique friendly ID generated by Oxygen.static final StringSample of make relative Path function specificationstatic final StringPrefix for make relative editor variable.static final StringThe output file editor variable.static final StringThe output file URL editor variable.static final StringThe Oxygen Home URL editor variable.static final StringThe oxygen install dir editor variable.static final StringPath separator editor variable.static final StringA template about how to use the function that expands to the directory of the plugin with the given name,.static final StringVariable that identifies a plugin local directory using its name.static final StringVariable that identifies a plugin URL location using its name.static final StringA template about how to use the function that expands to the URL of the plugin with the given name,.static final StringThe project directory editor variable.static final StringThe project directory URL editor variable.static final StringThe project name editor variable The value is${pn}.static final StringEditor variable which will be expanded to the current root map parent directory file path.static final StringEditor variable which will be expanded to the current root map parent directory URL.static final StringEditor variable which will be expanded to the current root map file path.static final StringEditor variable which will be expanded to the current root map URL.static final StringThe second file to diff.static final StringSQL Document editor variable The value is${sql}.static final StringXSL Document URL editor variable The value is${xslu}.static final StringPrefix for static xpath function editor variable.static final StringSample of system function specificationstatic final StringPrefix for system functions.static final StringSYSTEM var namestatic final StringThe time stamp.static final StringThe transformation saved file editor Variable.static final StringPrefix for translate functionsstatic final StringUnique marker used to position the caretstatic final StringUnique marker used to position the caretstatic final StringThe user home dir editor variable.static final StringThe user home URL editor variable.static final StringThe UUID.static final StringXML Document editor variable.static final StringA ";" delimited list of XML catalogs that Oxygen knows about.static final StringXML Document URL editor variable The value is${xmlu}.static final StringSample of XPath function specificationstatic final StringXProc Document editor variable The value is${xproc}.static final StringXSL Document URL editor variable The value is${xslu}.static final StringXQuery Document editor variable The value is${xquery}.static final StringXSL Document URL editor variable The value is${xslu}.static final StringXSL Document editor variable The value is${xsl}.static final StringXSL Document URL editor variable The value is${xslu}.
-
Field Details
-
EDITOR_VARIABLES_PREFIX
The editor variables prefix.- See Also:
-
EDITOR_VARIABLES_SUFIX
The editor variables sufix.- See Also:
-
FUNCTION_VARIABLE_SUFFIX
Suffix for functions (env or system)- See Also:
-
SYSTEM_FUNCTION_VARIABLE_PREFIX
Prefix for system functions.- See Also:
-
ENV_FUNCTION_VARIABLE_PREFIX
Prefix for environment functions.- See Also:
-
ENV_VAR_NAME
ENV var name- See Also:
-
SYSTEM_VAR_NAME
SYSTEM var name- See Also:
-
ENV_FUNCTION_SAMPLE
Sample of environment function specification- See Also:
-
SYSTEM_FUNCTION_SAMPLE
Sample of system function specification- See Also:
-
DATE_FUNCTION_VARIABLE_PREFIX
Prefix for date functions- See Also:
-
DATE_FUNCTION_SAMPLE
Sample of date function specification- See Also:
-
TIMESTAMP
The time stamp. The value is${timeStamp}.- See Also:
-
PATH_SEPARATOR
Path separator editor variable. Expands to ":" on Linux and Mac, ";" on Windows The value is${ps}.- See Also:
-
USER_HOME_DIR
The user home dir editor variable. The value is${homeDir}.- See Also:
-
CT_CARET_EDITOR_VARIABLE
The caret editor variable.- See Also:
-
CT_SELECTION_EDITOR_VARIABLE
The caret editor variable.- See Also:
-
AUTHOR_NAME
The editor variable pointing to the name of the current author set in the "Review" preferences page.- See Also:
-
CONFIGURED_DITA_OT_DIR
The editor variable pointing to the user-configured DITA-OT directory.- See Also:
-
CONFIGURED_DITA_OT_DIR_URL
The editor variable pointing to the user-configured DITA-OT directory.- See Also:
-
CURRENT_FILE_DIRECTORY_URL
The current file directory url editor variable. The value is${cfdu}.- See Also:
-
CURRENT_FILE_DIRECTORY
The current file directory editor variable. The value is${cfd}.- See Also:
-
CURRENT_FILE_URL
The current file url editor variable. The value is${currentFileURL}.- See Also:
-
CURRENT_FILE_URL_OLD
The current file url editor variable old version. The value is${cfu}.- See Also:
-
CURRENT_FILE
The current file editor variable. The value is${cf}.- See Also:
-
CURRENT_FILENAME
The current filename editor variable. The value is${cfn}.- See Also:
-
CURRENT_FILENAME_WITH_EXTENSION
The current filename extension editor variable. The value is${cfne}.- See Also:
-
PROJECT_DIRECTORY_URL
The project directory URL editor variable. The value is${pdu}.- See Also:
-
PROJECT_DIRECTORY
The project directory editor variable. The value is${pd}.- See Also:
-
PROJECT_NAME
The project name editor variable The value is${pn}.- See Also:
-
ARCHIVE_NAME
The archive name editor variable.- See Also:
-
ARCHIVE_NAME_WITH_EXTENSION
The archive name with extension editor variable.- See Also:
-
ARCHIVE_PATH
The archive path editor variable.- See Also:
-
ARCHIVE_PATH_URL
The archive path URL editor variable.- See Also:
-
ARCHIVE_FILE_DIRECTORY
The archive directory editor variable.- See Also:
-
ARCHIVE_FILE_DIRECTORY_URL
The archive directory URL editor variable.- See Also:
-
FRAMEWORKS_DIRECTORY_URL
The frameworks directory URL editor variable. The value is${frameworks}.- See Also:
-
USER_HOME_URL
The user home URL editor variable. The value is${home}.- See Also:
-
FRAMEWORKS_DIRECTORY
The frameworks directory editor variable. The value is${frameworksDir}.- See Also:
-
FRAMEWORK_DIRECTORY
Represents the framework directory where the document type that contains this reference resides. The value is${frameworkDir}.- See Also:
-
FRAMEWORK_URL
The framework directory URL editor variable. The value is${framework}.- See Also:
-
BASE_FRAMEWORK_DIRECTORY
Represents the base framework directory where the extended document type that contains this reference resides. The value is${baseFrameworkDir}.- See Also:
-
BASE_FRAMEWORK_URL
Represents the base framework URL where the extended document type that contains this reference resides. The value is${baseFramework}.- See Also:
-
OXYGEN_INSTALL_DIR
The oxygen install dir editor variable. The value is${oxygenInstallDir}.- See Also:
-
DETECTED_SCHEMA
The detected schema editor variable. The value is${ds}.- See Also:
-
DETECTED_SCHEMA_URL
The detected schema URL editor variable. The value is${dsu}.- See Also:
-
TRANSFORMATION_SAVED_FILE
The transformation saved file editor Variable. The value is${tsf}.- See Also:
-
DEBUGGER_XML_SOURCE
The debugger XML input editor variable. The value is${dbgXML}.- See Also:
-
DEBUGGER_XSL_SOURCE
The debugger XSL input editor variable. The value is${dbgXSL}.- See Also:
-
FOP_TRANSFORMATION_METHOD
The FOP transformation method editor variable. The value is${method}.- See Also:
-
FOP_AH_TRANSFORMATION_METHOD
The FOP Antenna House transformation method editor variable. The value is${ah_method}.- See Also:
-
FO_INPUT_FILE
The FO input file editor variable. The value is${fo}.- See Also:
-
OUTPUT_FILE
The output file editor variable. The value is${out}.- See Also:
-
OUTPUT_FILE_URL
The output file URL editor variable. The value is${outu}.- See Also:
-
OXYGEN_HOME_URL
The Oxygen Home URL editor variable. The value is${oxygenHome}.- See Also:
-
XML
XML Document editor variable. The value is${xml}.- See Also:
-
XSL
XSL Document editor variable The value is${xsl}.- See Also:
-
SQL
SQL Document editor variable The value is${sql}.- See Also:
-
XQUERY
XQuery Document editor variable The value is${xquery}.- See Also:
-
XPROC
XProc Document editor variable The value is${xproc}.- See Also:
-
XML_URL
XML Document URL editor variable The value is${xmlu}.- See Also:
-
XSL_URL
XSL Document URL editor variable The value is${xslu}.- See Also:
-
SQL_URL
XSL Document URL editor variable The value is${xslu}.- See Also:
-
XQUERY_URL
XSL Document URL editor variable The value is${xslu}.- See Also:
-
XPROC_URL
XSL Document URL editor variable The value is${xslu}.- See Also:
-
FIRST_FILE_TO_DIFF
The first file to diff. The value is${firstFile}.- See Also:
-
SECOND_FILE_TO_DIFF
The second file to diff. The value is${secondFile}.- See Also:
-
ANCESTOR_FILE_TO_DIFF
The ancestor file to diff. The value is${ancestorFile}.- See Also:
-
UUID
The UUID. The value is${uuid}.- See Also:
-
ID
The unique friendly ID generated by Oxygen. The value is${id}.- See Also:
-
ASK_PARAM_VALUE_TEMPLATE
Used to show the user the options he has to ask for a value.- See Also:
-
ASK_PARAM_START
Start of ask variable.- See Also:
-
ANSWER_PARAM_START
Start of answer variable.- See Also:
-
FRAMEWORK_FUNCTION_VARIABLE_PREFIX
Variable that identifies a framework URL location using its name.- See Also:
-
FRAMEWORK_URL_FUNCTION_TEMPLATE
A template about how to use the function that expands to the URL of the framework with the given name,.- See Also:
-
FRAMEWORK_DIR_FUNCTION_VARIABLE_PREFIX
Variable that identifies a framework local directory using its name.- See Also:
-
FRAMEWORK_DIR_FUNCTION_TEMPLATE
A template about how to use the function that expands to the directory of the framework with the given name,.- See Also:
-
ROOT_MAP_URL
Editor variable which will be expanded to the current root map URL.- See Also:
-
ROOT_MAP_DIR
Editor variable which will be expanded to the current root map parent directory file path.- See Also:
-
ROOT_MAP_DIR_URL
Editor variable which will be expanded to the current root map parent directory URL.- See Also:
-
ROOT_MAP_FILE
Editor variable which will be expanded to the current root map file path.- See Also:
-
ACTIVE_PROFILING_CONDITION_SET
Editor variable which will be expanded to the profiling condition set name.- See Also:
-
XML_CATALOG_FILES_LIST
A ";" delimited list of XML catalogs that Oxygen knows about.- See Also:
-
TRANSLATE_FUNCTION_VARIABLE_PREFIX
Prefix for translate functions- See Also:
-
STATIC_XPATH_FUNCTION_VARIABLE_PREFIX
Prefix for static xpath function editor variable.- See Also:
-
MAKE_RELATIVE_FUNCTION_VARIABLE_PREFIX
Prefix for make relative editor variable.- See Also:
-
XPATH_FUNCTION_SAMPLE
Sample of XPath function specification- See Also:
-
MAKE_RELATIVE_FUNCTION_SAMPLE
Sample of make relative Path function specification- See Also:
-
UNIQUE_CARET_MARKER_PI_NAME_FOR_AUTHOR
Unique marker used to position the caret- See Also:
-
UNIQUE_CARET_MARKER_FOR_AUTHOR
Unique marker used to position the caret- See Also:
-
PLUGIN_DIR_URL_FUNCTION_VARIABLE_PREFIX
Variable that identifies a plugin URL location using its name.- See Also:
-
PLUGIN_URL_FUNCTION_TEMPLATE
A template about how to use the function that expands to the URL of the plugin with the given name,.- See Also:
-
PLUGIN_DIR_FUNCTION_VARIABLE_PREFIX
Variable that identifies a plugin local directory using its name.- See Also:
-
PLUGIN_DIR_FUNCTION_TEMPLATE
A template about how to use the function that expands to the directory of the plugin with the given name,.- See Also:
-