@Public
@Unstable
public class AuxServiceFile
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AuxServiceFile.TypeEnum |
Config Type.
|
| Constructor | Description |
|---|---|
AuxServiceFile() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getSrcFile() |
|
AuxServiceFile.TypeEnum |
getType() |
|
int |
hashCode() |
|
void |
setSrcFile(java.lang.String srcFile) |
|
void |
setType(AuxServiceFile.TypeEnum type) |
|
AuxServiceFile |
srcFile(java.lang.String file) |
This provides the source location of the configuration file, the content
of which is dumped to dest_file post property substitutions, in the format
as specified in type.
|
java.lang.String |
toString() |
|
AuxServiceFile |
type(AuxServiceFile.TypeEnum t) |
Config file in the standard format like xml, properties, json, yaml,
template.
|
public AuxServiceFile type(AuxServiceFile.TypeEnum t)
public AuxServiceFile.TypeEnum getType()
public void setType(AuxServiceFile.TypeEnum type)
public AuxServiceFile srcFile(java.lang.String file)
public java.lang.String getSrcFile()
public void setSrcFile(java.lang.String srcFile)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.