org.springframework.boot.maven
Class ArtifactsLibraries
java.lang.Object
org.springframework.boot.maven.ArtifactsLibraries
- All Implemented Interfaces:
- org.springframework.boot.loader.tools.Libraries
public class ArtifactsLibraries
- extends Object
- implements org.springframework.boot.loader.tools.Libraries
Libraries backed by Maven Artifacts
- Author:
- Phillip Webb
| Fields inherited from interface org.springframework.boot.loader.tools.Libraries |
NONE |
|
Method Summary |
void |
doWithLibraries(org.springframework.boot.loader.tools.LibraryCallback callback)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactsLibraries
public ArtifactsLibraries(Set<org.apache.maven.artifact.Artifact> artifacts)
doWithLibraries
public void doWithLibraries(org.springframework.boot.loader.tools.LibraryCallback callback)
throws IOException
- Specified by:
doWithLibraries in interface org.springframework.boot.loader.tools.Libraries
- Throws:
IOException
Copyright © 2013. All Rights Reserved.