public class ConfigurationValue extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationValue(ConfigurationBuffer buffer,
String var,
List<String> args,
String source,
int line,
String context) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgs()
getArgs
|
ConfigurationBuffer |
getBuffer()
getBuffer
|
String |
getContext()
getContext
|
int |
getLine()
getLine
|
String |
getSource()
getSource
|
String |
getVar()
getVar
|
public final List<String> getArgs()
public final ConfigurationBuffer getBuffer()
public final String getSource()
public final int getLine()
public final String getVar()
public final String getContext()
Copyright © 2023 The Apache Software Foundation. All rights reserved.