Class ResourceTypes


  • @Deprecated(since="10.13",
                forRemoval=true)
    @ServerSide
    @ComputeEngineSide
    public class ResourceTypes
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 10.13. We don't support custom resource types contributed by plugins anymore.
    Since:
    2.14
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceTypes​(ResourceTypeTree[] trees)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ResourceType get​(java.lang.String qualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Collection<ResourceType> getAll()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<java.lang.String> getLeavesQualifiers​(java.lang.String qualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Collection<ResourceType> getRoots()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isQualifierPresent​(java.lang.String qualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceTypes

        public ResourceTypes​(ResourceTypeTree[] trees)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • get

        public ResourceType get​(java.lang.String qualifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getAll

        public java.util.Collection<ResourceType> getAll()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRoots

        public java.util.Collection<ResourceType> getRoots()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isQualifierPresent

        public boolean isQualifierPresent​(java.lang.String qualifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLeavesQualifiers

        public java.util.List<java.lang.String> getLeavesQualifiers​(java.lang.String qualifier)
        Deprecated, for removal: This API element is subject to removal in a future version.