Interface IDirectoryConfiguration
public interface IDirectoryConfiguration
Directory configuration
- Author:
- I-D Media AG
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfiguration directorsystatic final StringDATA directory, holds embedded databasesstatic final Stringstatic final Stringstatic final Stringstatic final Stringpreview files repositorystatic final StringTemp preview files directorystatic final StringTemp dirstatic final StringTMS directorystatic final Stringholds translatable xml filesstatic final Stringdirectory which stores translated xmlsstatic final Stringdirectory to store translated xmls which could not be imported due to various reasonsstatic final Stringdirectory to store translated xmls which were imported successfullystatic final Stringtranslated xmls which are being importedstatic final Stringtempstatic final StringCustom Message XML directorystatic final StringWorking directorystatic final StringTemp preview files directorystatic final StringCreated Jobsstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetConfigurationDirectory(String sFilename) Get File in Configuration Directory@NotNull StringGet the data directory@NotNull StringGet the directory data/metrics@NotNull StringGet the directory data/metrics@NotNull StringGet Preview Fie Repository Directory@NotNull StringGet Preview Fie Repository Directory@NotNull StringGet Service's base working directory@NotNull StringGet the directory in which custom xml messages are to be stored in@NotNull StringGet the directory to move imported files to@NotNull StringGet the directory to move imported files to@NotNull StringGet the directory to move files ready for immediate import@NotNull StringGet the directory to store and post-process translated jobs in (downloaded from the tms)@NotNull StringGet the metrics directory@NotNull StringGet the metrics data cache directory@NotNull StringGet the repository directory@NotNull StringGet the processable jobs directory@NotNull StringGet the directory to store files that could not be transferred to the TMS and are scheduled to be forwarded later@NotNull StringGet Working directory which holds fs catalogs json arrays@NotNull StringGet Working directory which holds registerable elements@NotNull StringGet Working directory which holds registerable elements@NotNull StringGet the temporary root working directory@Nullable FileGet a new working tmp directory within the programm's temporary working directory.@Nullable FilegetWorkingDirectoryTemporaryUnique(@NotNull String sPrefix) Get a new working tmp directory within the programm's temporary working directory.@NotNull StringGet TMS Working Directory@NotNull StringgetWorkingDirectoryTMS(Long plTmsId) Get TMS Working Directory@NotNull StringgetWorkingDirectoryTMS(String sTmsId) Get TMS Working Directory@NotNull StringGet the directory to store translatable XMLs in@NotNull StringGet the directory to import translated XMLs from
-
Field Details
-
WD_TRANSLATABLE_TRANSATED_DIR
directory which stores translated xmls- See Also:
-
WD_TRANSLATABLE_TRANSATED_DIR_TEMP
temp- See Also:
-
WD_TRANSLATABLE_TRANSATED_DIR_FINISHED
directory to store translated xmls which were imported successfully- See Also:
-
WD_TRANSLATABLE_TRANSATED_DIR_ERROR
directory to store translated xmls which could not be imported due to various reasons- See Also:
-
WD_TRANSLATABLE_TRANSATED_DIR_INPROGRESS
translated xmls which are being imported- See Also:
-
DIR_DATA
DATA directory, holds embedded databases- See Also:
-
DIR_DATA_METRICS
- See Also:
-
DIR_DATA_METRICS_ERRORS
- See Also:
-
DIR_DATA_CACHES
- See Also:
-
WD_TEMP_DIR
Temp dir- See Also:
-
WD_TMS_BASE_DIR
TMS directory- See Also:
-
WD_WORKING_DIRECTORY
Working directory- See Also:
-
WD_WORKING_REPOS
Created Jobs- See Also:
-
WD_WORKING_REPOS_JOBS_PROCESSABLE
- See Also:
-
WD_WORKING_REPOS_JOBS_TRANSFERRABLE
- See Also:
-
WD_WORKING_REPOS_TRANSLATION_REQUESTS
- See Also:
-
WD_WORKING_REPOS_TRANSLATION_METADATAREQUESTS
- See Also:
-
WD_WORKING_REPOS_TRANSLATION_CATALOGS
- See Also:
-
WD_WORKING_CUSTOMXML
Custom Message XML directory- See Also:
-
WD_TRANSLATABLE_STORAGE_DIR
holds translatable xml files- See Also:
-
WD_PREVIEW_FILES
preview files repository- See Also:
-
WD_PREVIEW_FILES_TEMP
Temp preview files directory- See Also:
-
WD_WORKING_METRICS
Temp preview files directory- See Also:
-
DIR_CONFIGURATION
Configuration directorsy- See Also:
-
-
Method Details
-
getWorkingDirectory
Get Service's base working directory- Returns:
- Working Directory
-
getWorkingDirectoryTemporary
Get the temporary root working directory- Returns:
-
getWorkingDirectoryCustomMessageXml
Get the directory in which custom xml messages are to be stored in- Returns:
-
getWorkingDirectoryTemporaryUnique
Get a new working tmp directory within the programm's temporary working directory. This directory will be created- Parameters:
sPrefix-- Returns:
-
getWorkingDirectoryTemporaryUnique
Get a new working tmp directory within the programm's temporary working directory. This directory will be created- Returns:
-
getWorkingDirectoryTranslatable
Get the directory to store translatable XMLs in- Returns:
-
getWorkingDirectoryTranslated
Get the directory to import translated XMLs from- Returns:
-
getWorkingDirectoryFinishedTranslations
Get the directory to move imported files to- Returns:
-
getWorkingDirectoryFinishedTranslationsError
Get the directory to move imported files to- Returns:
-
getWorkingDirectoryFinishedTranslationsReady
Get the directory to move files ready for immediate import- Returns:
-
getWorkingDirectoryFinishedTranslationsTemp
Get the directory to store and post-process translated jobs in (downloaded from the tms)- Returns:
-
getWorkingDirectoryTMS
Get TMS Working Directory- Returns:
-
getWorkingDirectoryTMS
Get TMS Working Directory- Parameters:
sTmsId- Tms Id- Returns:
-
getWorkingDirectoryTMS
Get TMS Working Directory- Parameters:
plTmsId- Tms Id- Returns:
-
getConfigurationDirectory
Get File in Configuration Directory- Parameters:
sFilename- File- Returns:
-
getPreviewRepositoryDirectory
Get Preview Fie Repository Directory- Returns:
-
getPreviewRepositoryDirectoryTemp
Get Preview Fie Repository Directory- Returns:
-
getDataDirectory
Get the data directory- Returns:
-
getDataMetricsDirectory
Get the directory data/metrics- Returns:
-
getDataMetricsDirectoryError
Get the directory data/metrics- Returns:
-
getWorkingDirectoryMetrics
Get the metrics directory- Returns:
-
getWorkingDirectoryMetricsCaches
Get the metrics data cache directory- Returns:
-
getWorkingDirectoryRepositories
Get the repository directory- Returns:
-
getWorkingDirectoryRepositoriesJobsProcessable
Get the processable jobs directory- Returns:
-
getWorkingDirectoryRepositoriesJobsTransferrable
Get the directory to store files that could not be transferred to the TMS and are scheduled to be forwarded later- Returns:
-
getWorkingDirectoryRepositoriesTranslationRequests
Get Working directory which holds registerable elements- Returns:
-
getWorkingDirectoryRepositoriesTranslationMetadataRequests
Get Working directory which holds registerable elements- Returns:
-
getWorkingDirectoryRepositoriesTranslationFsCatalogs
Get Working directory which holds fs catalogs json arrays- Returns:
-