Interface TransformOperationDescriptor.SubjectDescriptor
-
- Enclosing interface:
- TransformOperationDescriptor
@Incubating public static interface TransformOperationDescriptor.SubjectDescriptor
Describes the subject (artifact or file) of a transform operation.- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Returns the display name of this subject.
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Returns the display name of this subject.
-
-