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 String
Editor variable which will be expanded to the profiling condition set name.static final String
The ancestor file to diff.static final String
Start of answer variable.static final String
The archive directory editor variable.static final String
The archive directory URL editor variable.static final String
The archive name editor variable.static final String
The archive name with extension editor variable.static final String
The archive path editor variable.static final String
The archive path URL editor variable.static final String
Start of ask variable.static final String
Used to show the user the options he has to ask for a value.static final String
The editor variable pointing to the name of the current author set in the "Review" preferences page.static final String
Represents the base framework directory where the extended document type that contains this reference resides.static final String
Represents the base framework URL where the extended document type that contains this reference resides.static final String
The editor variable pointing to the user-configured DITA-OT directory.static final String
The editor variable pointing to the user-configured DITA-OT directory.static final String
The caret editor variable.static final String
The caret editor variable.static final String
The current file editor variable.static final String
The current file directory editor variable.static final String
The current file directory url editor variable.static final String
The current file url editor variable.static final String
The current file url editor variable old version.static final String
The current filename editor variable.static final String
The current filename extension editor variable.static final String
Sample of date function specificationstatic final String
Prefix for date functionsstatic final String
The debugger XML input editor variable.static final String
The debugger XSL input editor variable.static final String
The detected schema editor variable.static final String
The detected schema URL editor variable.static final String
The editor variables prefix.static final String
The editor variables sufix.static final String
Sample of environment function specificationstatic final String
Prefix for environment functions.static final String
ENV var namestatic final String
The first file to diff.static final String
The FO input file editor variable.static final String
The FOP Antenna House transformation method editor variable.static final String
The FOP transformation method editor variable.static final String
A template about how to use the function that expands to the directory of the framework with the given name,.static final String
Variable that identifies a framework local directory using its name.static final String
Represents the framework directory where the document type that contains this reference resides.static final String
Variable that identifies a framework URL location using its name.static final String
The framework directory URL editor variable.static final String
A template about how to use the function that expands to the URL of the framework with the given name,.static final String
The frameworks directory editor variable.static final String
The frameworks directory URL editor variable.static final String
Suffix for functions (env or system)static final String
The unique friendly ID generated by Oxygen.static final String
Sample of make relative Path function specificationstatic final String
Prefix for make relative editor variable.static final String
The output file editor variable.static final String
The output file URL editor variable.static final String
The Oxygen Home URL editor variable.static final String
The oxygen install dir editor variable.static final String
Path separator editor variable.static final String
A template about how to use the function that expands to the directory of the plugin with the given name,.static final String
Variable that identifies a plugin local directory using its name.static final String
Variable that identifies a plugin URL location using its name.static final String
A template about how to use the function that expands to the URL of the plugin with the given name,.static final String
The project directory editor variable.static final String
The project directory URL editor variable.static final String
The project name editor variable The value is${pn}
.static final String
Editor variable which will be expanded to the current root map parent directory file path.static final String
Editor variable which will be expanded to the current root map parent directory URL.static final String
Editor variable which will be expanded to the current root map file path.static final String
Editor variable which will be expanded to the current root map URL.static final String
The second file to diff.static final String
SQL Document editor variable The value is${sql}
.static final String
XSL Document URL editor variable The value is${xslu}
.static final String
Prefix for static xpath function editor variable.static final String
Sample of system function specificationstatic final String
Prefix for system functions.static final String
SYSTEM var namestatic final String
The time stamp.static final String
The transformation saved file editor Variable.static final String
Prefix for translate functionsstatic final String
Unique marker used to position the caretstatic final String
Unique marker used to position the caretstatic final String
The user home dir editor variable.static final String
The user home URL editor variable.static final String
The UUID.static final String
XML Document editor variable.static final String
A ";" delimited list of XML catalogs that Oxygen knows about.static final String
XML Document URL editor variable The value is${xmlu}
.static final String
Sample of XPath function specificationstatic final String
XProc Document editor variable The value is${xproc}
.static final String
XSL Document URL editor variable The value is${xslu}
.static final String
XQuery Document editor variable The value is${xquery}
.static final String
XSL Document URL editor variable The value is${xslu}
.static final String
XSL Document editor variable The value is${xsl}
.static final String
XSL 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:
-