Constructor and Description |
---|
ApplicationClass(String className,
String description,
Schema configSchema) |
ApplicationClass(String className,
String description,
Schema configSchema,
Requirements requirements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName()
Returns the fully qualified class name of the Application Class.
|
Schema |
getConfigSchema()
Returns the schema of the Application config, or null if the Application does not use config
|
String |
getDescription()
Returns description of the Application Class.
|
Requirements |
getRequirements() |
int |
hashCode() |
String |
toString() |
public ApplicationClass(String className, String description, @Nullable Schema configSchema)
public ApplicationClass(String className, String description, @Nullable Schema configSchema, Requirements requirements)
public String getDescription()
public String getClassName()
@Nullable public Schema getConfigSchema()
public Requirements getRequirements()
Requirements
for the ApplicationCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.