org.codehaus.mojo.jettybin
Class JettyResource
java.lang.Object
org.codehaus.mojo.jettybin.JettyResource
public class JettyResource
- extends Object
JettyResource - a reference to a jetty resource.
- Version:
- $Id: JettyResource.java 2570 2006-10-26 18:42:35Z joakime $
- Author:
- Joakim Erdfelt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyResource
public JettyResource(String expectedSha1,
String resourceName)
parseRawJettyResourceLine
public static JettyResource parseRawJettyResourceLine(String rawline)
getActualSha1
public String getActualSha1()
setActualSha1
public void setActualSha1(String actualSha1)
getExpectedSha1
public String getExpectedSha1()
getName
public String getName()
getResourceUrl
public URL getResourceUrl()
copyTo
public void copyTo(File destDir,
org.codehaus.plexus.digest.Sha1Digester digest)
throws IOException
- Throws:
IOException
Copyright © 2011 Codehaus. All Rights Reserved.