Uses of Class
com.github.goldin.plugins.copy.CopyDependency

Uses of CopyDependency in com.github.goldin.plugins.copy
 

Methods in com.github.goldin.plugins.copy that return CopyDependency
 CopyDependency[] CopyResource.getDependencies()
           
 CopyDependency CopyResource.getDependency()
           
 

Methods in com.github.goldin.plugins.copy that return types with arguments of type CopyDependency
 List<CopyDependency> CopyResource.dependencies()
           
protected  List<CopyDependency> CopyMojoHelper.resolveDependencies(CopyDependency dependency, boolean verbose, boolean failIfNotFound)
           
 

Methods in com.github.goldin.plugins.copy with parameters of type CopyDependency
protected  List<CopyDependency> CopyMojoHelper.resolveDependencies(CopyDependency dependency, boolean verbose, boolean failIfNotFound)
           
 void CopyResource.setDependencies(CopyDependency... value)
           
 void CopyResource.setDependency(CopyDependency value)
           
 



Copyright © 2012. All Rights Reserved.