public class Resource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Resource.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Resource(String name,
URI url,
byte[] checksum,
String path,
String specificity) |
public static Resource.Builder builder()
public String getName()
public URI getUrl()
public byte[] getChecksum()
public String getPath()
public String getSpecificity()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.