Class ResourceManagerBase

java.lang.Object
com.aquima.interactions.foundation.io.ResourceManagerBase
All Implemented Interfaces:
IResourceManager
Direct Known Subclasses:
CompositeResourceManager, FileResourceManager, FileSystemResourceManager, PackageResourceManager, RelativeResourceManager

public abstract class ResourceManagerBase extends Object implements IResourceManager
Base class for resource managers. This class contains a number of utility methods that are useful for most managers.
Since:
6.0
Author:
O. Kerpershoek
  • Field Details

    • SEPARATOR

      public static final String SEPARATOR
      This member denotates the separator character that is used to separate a protocol from the actual file.
      See Also:
  • Constructor Details

    • ResourceManagerBase

      protected ResourceManagerBase()
  • Method Details

    • getResourceRef

      protected ResourceRef getResourceRef(String path)
    • isSupportedProtocol

      protected boolean isSupportedProtocol(String protocol)
    • isSupportedProtocol

      protected boolean isSupportedProtocol(String protocol, String[] supportedProtocols)