|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
---|---|
org.deptool | |
org.deptool.collection | |
org.deptool.collection.repository | |
org.deptool.collection.xml | |
org.deptool.gui.event | |
org.deptool.gui.selection | |
org.deptool.updater |
Uses of Dependency in org.deptool |
---|
Method parameters in org.deptool with type arguments of type Dependency | |
---|---|
void |
DefaultDependencyLocator.addDependencies(java.util.HashSet<Dependency> newDependencies)
|
void |
DependencyLocator.addDependencies(java.util.HashSet<Dependency> dependencies)
Adds dependencies on which this locator will operate |
Constructor parameters in org.deptool with type arguments of type Dependency | |
---|---|
DefaultDependencyLocator(java.util.HashSet<Dependency> dependencies)
|
Uses of Dependency in org.deptool.collection |
---|
Methods in org.deptool.collection that return types with arguments of type Dependency | |
---|---|
java.util.HashSet<Dependency> |
AbstractDependencyCollection.getDependencies()
|
java.util.HashSet<Dependency> |
DependencyCollection.getDependencies()
|
protected abstract java.util.HashSet<Dependency> |
AbstractDependencyCollection.loadDependencies()
Called once to get the initial dependency list |
Uses of Dependency in org.deptool.collection.repository |
---|
Methods in org.deptool.collection.repository that return types with arguments of type Dependency | |
---|---|
protected java.util.HashSet<Dependency> |
FileCacheRepositoryCollection.loadDependencies()
|
protected java.util.HashSet<Dependency> |
CachedRemoteRepositoryDependencyCollection.loadDependencies()
|
protected java.util.HashSet<Dependency> |
LocalRepositoryDependencyCollection.loadDependencies()
|
protected java.util.HashSet<Dependency> |
RemoteRepositoryDependencyCollection.loadDependencies()
|
Uses of Dependency in org.deptool.collection.xml |
---|
Methods in org.deptool.collection.xml that return types with arguments of type Dependency | |
---|---|
protected java.util.HashSet<Dependency> |
XMLDependencyCollection.loadDependencies()
|
Uses of Dependency in org.deptool.gui.event |
---|
Methods in org.deptool.gui.event with parameters of type Dependency | |
---|---|
void |
DependencySelectionListener.onDependencySelect(Dependency selectedDependency)
|
Method parameters in org.deptool.gui.event with type arguments of type Dependency | |
---|---|
void |
DependencySelectionListener.onDependencySelect(java.util.HashSet<Dependency> selectedDependencies)
|
Uses of Dependency in org.deptool.gui.selection |
---|
Methods in org.deptool.gui.selection that return Dependency | |
---|---|
Dependency |
DependencySelectionPanel.getSelection()
|
Methods in org.deptool.gui.selection with parameters of type Dependency | |
---|---|
void |
SelectedDependencyList.addElement(Dependency element)
|
protected java.lang.String |
SelectedDependencyList.getElementKey(Dependency dependency)
|
void |
SelectedDependencyList.onDependencySelect(Dependency selectedDependency)
|
Method parameters in org.deptool.gui.selection with type arguments of type Dependency | |
---|---|
void |
SelectedDependencyList.addElements(java.util.HashSet<Dependency> newElements)
|
void |
SelectedDependencyList.onDependencySelect(java.util.HashSet<Dependency> selectedDependencies)
|
Uses of Dependency in org.deptool.updater |
---|
Method parameters in org.deptool.updater with type arguments of type Dependency | |
---|---|
java.lang.String |
ProjectXMLUpdater.generateNewXML(java.util.HashSet<Dependency> dependencies)
Generates new XML based on project.xml and the dependency set |
void |
ProjectXMLUpdater.updateProjectXML(java.util.HashSet<Dependency> dependencies)
Updates the project.xml file with XML based on project.xml and the dependency set |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |