public class Resource extends Object
Represents a resource which include location and an additional hint information, it could be a webpage or image
Resource(String location)
Resource(String location, String hint)
String
getHint()
getLocation()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Resource(String location)
public Resource(String location, String hint)
public String getLocation()
public String getHint()
Copyright © 2009-2016 Tautua. All Rights Reserved.