schema2template
public class OutputFileListEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OutputFileListEntry.EntryType
Type of filelist entry (file or path)
|
Constructor and Description |
---|
OutputFileListEntry(OutputFileListEntry.EntryType type) |
OutputFileListEntry(OutputFileListEntry.EntryType type,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String key) |
Map<String,String> |
getAttributes() |
int |
getLineNumber() |
OutputFileListEntry.EntryType |
getType() |
void |
setAttribute(String key,
String value) |
public OutputFileListEntry(OutputFileListEntry.EntryType type)
type
- Use FilelistEntry.EntryType.[FILE|PATH]public OutputFileListEntry(OutputFileListEntry.EntryType type, int lineNumber)
type
- Use FilelistEntry.EntryType.[FILE|PATH]lineNumber
- number in filelist.xml for logging / error output.public OutputFileListEntry.EntryType getType()
public int getLineNumber()
public String getAttribute(String key)
key
- Attribute KeyCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.