public class DefaultArtifactFilter extends Object implements ArtifactFilter
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc). This
class can serve as either a reasonable default or as a good starting point for a more
nuanced implementation.| Constructor and Description |
|---|
DefaultArtifactFilter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(CandidateArtifact artifact)
Called to determine if a given artifact from the source archive should be included
in the target S-RAMP archive.
|
public boolean accepts(CandidateArtifact artifact)
ArtifactFilteraccepts in interface ArtifactFilterclient.jar.ArtifactFilterCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.