|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.build.Container
public class Container
| Nested Class Summary | |
|---|---|
static class |
Container.TYPE
|
| Constructor Summary | |
|---|---|
Container(File file,
DownloadBlocker db)
|
|
Container(Project project,
File file)
|
|
| Method Summary | |
|---|---|
boolean |
contributeFiles(List<File> files,
Processor reporter)
Iterate over the containers and get the files they represent |
boolean |
equals(Object other)
|
static List<Container> |
flatten(Collection<Container> containers)
Take a container list and flatten it (e.g. |
static void |
flatten(Collection<Container> containers,
List<Container> list)
Take a container list and flatten it (e.g. |
static void |
flatten(Container container,
List<Container> list)
Flatten a container in the output list. |
Map<String,String> |
getAttributes()
|
String |
getBundleSymbolicName()
|
String |
getError()
|
File |
getFile()
|
Manifest |
getManifest()
Answer the manifest for this container (if possible). |
List<Container> |
getMembers()
Return the this if this is anything else but a library. |
Project |
getProject()
|
Container.TYPE |
getType()
|
String |
getVersion()
|
int |
hashCode()
|
void |
putAttribute(String name,
String value)
|
String |
toString()
Must show the file name or the error formatted as a file name |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Container(Project project,
File file)
public Container(File file,
DownloadBlocker db)
| Method Detail |
|---|
public File getFile()
public boolean contributeFiles(List<File> files,
Processor reporter)
throws Exception
files -
Exceptionpublic String getBundleSymbolicName()
public String getVersion()
public Container.TYPE getType()
public String getError()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Project getProject()
public String toString()
toString in class Objectpublic Map<String,String> getAttributes()
public void putAttribute(String name,
String value)
public List<Container> getMembers()
throws Exception
Exception
public static void flatten(Container container,
List<Container> list)
throws Exception
container - the container to flattenlist - the result list
Exception
public static List<Container> flatten(Collection<Container> containers)
throws Exception
containers - The containers to flatten, can be null
Exception
public static void flatten(Collection<Container> containers,
List<Container> list)
throws Exception
containers - The containers to flatten, can be null
Exception
public Manifest getManifest()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||