org.fusesource.mvnplugins.uberize
public class UberEntry extends Object
Constructor and Description |
---|
UberEntry(String path)
Creates an UberEntry at located at the specified path.
|
UberEntry(String path,
List<UberEntry> previous) |
UberEntry(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(File file) |
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
|
String |
getPath()
The path of the entry.
|
UberEntry |
getPrevious() |
ArrayList<File> |
getSources()
A list which can be used to track all the overlapping source files associated with the path entry.
|
public UberEntry(String path)
path
- public UberEntry(UberEntry previous)
previous
- public UberEntry(String path, UberEntry previous)
path
- public ArrayList<File> getSources()
public String getPath()
public UberEntry getPrevious()
public List<UberEntry> getAllPrevious()
Copyright © 2009-2013 FuseSource. All Rights Reserved.