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.ObjectDeprecated, 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 classResourceTypeTree.BuilderDeprecated, 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.Builderbuilder()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.ResourceTypegetRootType()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.StringtoString()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:
toStringin classjava.lang.Object
-
builder
public static ResourceTypeTree.Builder builder()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-