|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.workspace.scanner.impl.JarContributionScanner
public class JarContributionScanner
JAR Contribution processor.
| Constructor Summary | |
|---|---|
JarContributionScanner()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getArtifacts(java.net.URL contributionURL)
Returns a list of artifacts in the contribution. |
java.net.URL |
getArtifactURL(java.net.URL contributionURL,
java.lang.String artifact)
Return the URL for an artifact in the contribution. |
java.lang.String |
getContributionType()
Returns the type of package supported by this package scanner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarContributionScanner()
| Method Detail |
|---|
public java.lang.String getContributionType()
ContributionScanner
getContributionType in interface ContributionScanner
public java.net.URL getArtifactURL(java.net.URL contributionURL,
java.lang.String artifact)
throws ContributionReadException
ContributionScanner
getArtifactURL in interface ContributionScannercontributionURL - Contribution URLartifact - The relative URI for the artifact
ContributionReadException
public java.util.List<java.lang.String> getArtifacts(java.net.URL contributionURL)
throws ContributionReadException
ContributionScanner
getArtifacts in interface ContributionScannercontributionURL - Contribution URL
ContributionReadException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||