public class DirectiveClass extends Object
| Constructor and Description |
|---|
DirectiveClass(String name,
String className,
DirectiveScope scope,
ArtifactId artifactId) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactId |
getArtifactId() |
String |
getClassName() |
String |
getName() |
DirectiveScope |
getScope() |
String |
toString() |
public DirectiveClass(String name, String className, DirectiveScope scope, @Nullable ArtifactId artifactId)
public String getName()
public String getClassName()
public DirectiveScope getScope()
@Nullable public ArtifactId getArtifactId()
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.