public class UberEntry
extends java.lang.Object
| Constructor and Description |
|---|
UberEntry(java.lang.String path)
Creates an UberEntry at located at the specified path.
|
UberEntry(java.lang.String path,
java.util.List<UberEntry> previous) |
UberEntry(java.lang.String path,
UberEntry previous)
Creates na UberEntry at located at the specified path, which
is an updated of a previous UberEntry.
|
UberEntry(UberEntry previous)
Creates an UberEntry that is an update of a previous
UberEntry.
|
| Modifier and Type | Method and Description |
|---|---|
UberEntry |
addSource(java.io.File file) |
java.util.List<UberEntry> |
getAllPrevious()
If a transformer agregates mutliple UberEntry paths into a single path
then the prvious version of thise node will be a list of UberEntrys
|
java.lang.String |
getPath()
The path of the entry.
|
UberEntry |
getPrevious() |
java.util.ArrayList<java.io.File> |
getSources()
A list which can be used to track all the overlapping source files associated with the path entry.
|
public UberEntry(java.lang.String path)
path - public UberEntry(UberEntry previous)
previous - public UberEntry(java.lang.String path,
UberEntry previous)
path - public UberEntry(java.lang.String path,
java.util.List<UberEntry> previous)
public java.util.ArrayList<java.io.File> getSources()
public java.lang.String getPath()
public UberEntry getPrevious()
public java.util.List<UberEntry> getAllPrevious()
public UberEntry addSource(java.io.File file)
Copyright © 2009-2015 FuseSource. All Rights Reserved.