Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.util.exceptions.* (1)com.flexstor.flexdbserver.util.search.* (3)

com.flexstor.flexdbserver.util: Javadoc index of package com.flexstor.flexdbserver.util.


Package Samples:

com.flexstor.flexdbserver.util.search
com.flexstor.flexdbserver.util.exceptions

Classes:

PathBuilder: PathBuilder is a utility class that constructs a file path based on the server, location and file name passed as arguments to its methods and the remote file protocol specified in the flexstordb.properties configuration file. In addition to passing the server, location and file name as arguments, PathBuilder supports the creation of file paths for assets represented as AssetRecordData and DisguiseAssetRecordData objects; in such cases, these objects are the single argument that PathBuilder's methods take. To construct a file path, PathBuilder first checks if the server property refers to a local ...
DisguiseAssetRecordPopulator: This class takes care of populating the com.flexstor.common.data.ejb.disguiserecord.DisguiseAssetRecordData object with the information passed. The data has to be populated in three different places; the reason for this is that some parts of the software retrieve the data from different places. In the future, it is desired that the data is only populated in the array of com.flexstor.common.data.ejb.disguiserecord.DisguiseFieldRecordData objects and that every part of the software retrieves the data from the same place.
PathAnalyzer: This class offers several methods to return the different parts of a file path. These parts are: - Remote file protocol - Server name; in DNS form or name-only form - location (not including file name) - file name - separator character It also returns whether path is local or remote
NoAssetInstancesException: Thrown in SearchAssetInstancesUtil if the searchAssetInstances method is called with an empty list of asset instances. This will only happen if the addOtherAssetInstances method is not called prior to performing the search.
TraversalPathCreator: Utility class for creating the traversal path for buckets, elements and assets during the parsing of the SearchResultData object.
SearchAssetInstancesUtil: Utility class that provides some common methods to handle searches to the database and manipulation of search results
VersionCompareException: Exception that is thrown when a invalid version number is encounter in VersionCompare class
VersionCompare

Home | Contact Us | Privacy Policy | Terms of Service