- DATE_OF_LAST_MODIFICATON_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
-
key "dateOfLastModification"
- DATE_PROPERTY_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
-
key "_dateProperty"
- debug(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ILogger
-
Logs a message in debug level.
- decodeRecordFromXMLFile(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
Decodes a record from an XML file.
- decodeRecordFromXMLString(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
Decodes a record from an XML String.
- deleteContentOfDirectory(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
deletes the content of the directory but not the directory itself
- deleteExistingFileOrDirectory(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
Deletes
- a File
or
- a Directory and its contents (recursively)
- deleteFileOrDirectory(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
Deletes
- a File
or
- a Directory and its contents (recursively)
if it exists.
- deleteFromClient() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredProject
-
Deletes this project from client.
- DESCRIPTION_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
-
key "description"
- discard() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredProject
-
Discards the local changes.
- DISPLAY_NAME_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
-
key "displayName"
- doesDirectoryContainEssentialFiles(String, boolean, boolean) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
-
Checks if a directory contains relevant files.