Class AbstractResourceSet

    • Constructor Detail

      • AbstractResourceSet

        public AbstractResourceSet()
    • Method Detail

      • checkPath

        protected final void checkPath​(java.lang.String path)
      • getInternalPath

        protected final java.lang.String getInternalPath()
      • setInternalPath

        public final void setInternalPath​(java.lang.String internalPath)
      • setWebAppMount

        public final void setWebAppMount​(java.lang.String webAppMount)
      • getWebAppMount

        protected final java.lang.String getWebAppMount()
      • setBase

        public final void setBase​(java.lang.String base)
      • getBase

        protected final java.lang.String getBase()
      • getClassLoaderOnly

        public boolean getClassLoaderOnly()
        Description copied from interface: WebResourceSet
        Should resources returned by this resource set only be included in any results when the lookup is explicitly looking for class loader resources. i.e. should these resources be excluded from look ups that are explicitly looking for static (non-class loader) resources.
        Specified by:
        getClassLoaderOnly in interface WebResourceSet
        Returns:
        true if these resources should only be used for class loader resource lookups, otherwise false
      • getStaticOnly

        public boolean getStaticOnly()
        Description copied from interface: WebResourceSet
        Should resources returned by this resource set only be included in any results when the lookup is explicitly looking for static (non-class loader) resources. i.e. should these resources be excluded from look ups that are explicitly looking for class loader resources.
        Specified by:
        getStaticOnly in interface WebResourceSet
        Returns:
        true if these resources should only be used for static (non-class loader) resource lookups, otherwise false
      • setManifest

        protected final void setManifest​(java.util.jar.Manifest manifest)
      • getManifest

        protected final java.util.jar.Manifest getManifest()