org.overlord.sramp.client.jar
Interface ArtifactFilter
- All Known Implementing Classes:
- DefaultArtifactFilter
public interface ArtifactFilter
Interface used by the JarToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- Author:
- eric.wittmann@redhat.com
|
Method Summary |
boolean |
accepts(CandidateArtifact artifact)
Called to determine if a given artifact from the source archive should be included
in the target S-RAMP archive. |
accepts
boolean accepts(CandidateArtifact artifact)
- Called to determine if a given artifact from the source archive should be included
in the target S-RAMP archive.
- Parameters:
artifact -
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.