Package org.sonar.api.resources
Class ResourceTypeTree
- java.lang.Object
-
- org.sonar.api.resources.ResourceTypeTree
-
@Deprecated(since="10.13", forRemoval=true) @ScannerSide @ServerSide @ComputeEngineSide public class ResourceTypeTree 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceTypeTree.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ResourceTypeTree.Builder
builder()
Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<java.lang.String>
getChildren(java.lang.String qualifier)
Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<java.lang.String>
getLeaves()
Deprecated, for removal: This API element is subject to removal in a future version.ResourceType
getRootType()
Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<ResourceType>
getTypes()
Deprecated, for removal: This API element is subject to removal in a future version.java.lang.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getTypes
public java.util.List<ResourceType> getTypes()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getChildren
public java.util.List<java.lang.String> getChildren(java.lang.String qualifier)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getRootType
public ResourceType getRootType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getLeaves
public java.util.List<java.lang.String> getLeaves()
Deprecated, for removal: This API element is subject to removal in a future version.
-
toString
public java.lang.String toString()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classjava.lang.Object
-
builder
public static ResourceTypeTree.Builder builder()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-