Click or drag to resize
RepositoryPathHelper Methods

The RepositoryPathHelper type exposes the following members.

Methods
  NameDescription
Public methodGetExistingSerializationFiles
Gets relative paths to the serialization files of given baseInfo stored in repository.
Public methodGetFileName
Gets name of the file where serialized baseInfo will be stored.
Public methodGetFilePath(BaseInfo)
Gets relative path to file where serialized baseInfo is to be stored (within the file system repository).
Public methodGetFilePath(BaseInfo, String, String, Boolean)
Gets relative path to group file where serialized data are to be stored (within the file system repository). A group of files is used when serializing one base info to multiple files.
Public methodGetGroupFileName
Gets name of the group file from desiredGroupFileName. Group file name is transformed in order to contain file system safe characters. The group file name is at most MAX_GROUP_FILE_NAME_LENGTH characters in length.
Public methodGetGroupFolderSuffix
Gets file system safe representation of group suffix (without the GROUP_SUFFIX_DELIMITER). The group folder suffix is at most MAX_GROUP_FOLDER_SUFFIX_LENGTH long.
Public methodGetPathWithoutExtension
Gets path without the file extension.
Public methodGetRelativeFolderPath
Gets relative path to folder where serialized baseInfo is to be stored.
Public methodGetSeparatedFieldPath(String, String)
Gets relative path without extension to separated field file where field's data are to be stored (within the file system repository).
Public methodGetSeparatedFieldPath(BaseInfo, String, SeparatedField)
Gets relative path of separate field's file.
Public methodGetSerializationFileExtension
Gets file extension (including the '.' character) of a file in repository identified by its relative path without extension.
Top
See Also