|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDependency | |
---|---|
org.eclipse.tigerstripe.project |
Uses of IDependency in org.eclipse.tigerstripe.project |
---|
Methods in org.eclipse.tigerstripe.project that return IDependency | |
---|---|
IDependency[] |
ITigerstripeProject.getDependencies()
|
IDependency |
ITigerstripeProject.makeIDependency(java.lang.String relativePath)
|
Methods in org.eclipse.tigerstripe.project with parameters of type IDependency | |
---|---|
void |
ITigerstripeProject.addDependencies(IDependency[] dependencies,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.addDependencies(IDependency[] dependencies,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to addDependencies( dependencies, true ) |
void |
ITigerstripeProject.addDependency(IDependency dependency,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.addDependency(IDependency dependency,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to addDependency(dependency, true) |
boolean |
ITigerstripeProject.hasDependency(IDependency dep)
Returns true if this project has the given dependency in its dependencies list |
void |
ITigerstripeProject.removeDependencies(IDependency[] dependencies,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.removeDependencies(IDependency[] dependencies,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to removeDependencies(dependencies, true) |
void |
ITigerstripeProject.removeDependency(IDependency dependency,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.removeDependency(IDependency dependency,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to removeDependency(dependency, true) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |