public class HeaderUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
cleanURI(CharSequence str) |
static String |
getBaseURI(Header header) |
static String |
getProperty(Header header,
String subject,
String predicate) |
static int |
getPropertyInt(Header header,
String subject,
String predicate) |
static long |
getPropertyLong(Header header,
String subject,
String predicate) |
static String |
getSubject(Header header,
String predicate,
String object) |
public static String cleanURI(CharSequence str)
public static String getProperty(Header header, String subject, String predicate) throws NotFoundException
NotFoundException
public static int getPropertyInt(Header header, String subject, String predicate) throws NotFoundException
NotFoundException
public static long getPropertyLong(Header header, String subject, String predicate) throws NotFoundException
NotFoundException
public static String getSubject(Header header, String predicate, String object) throws NotFoundException
NotFoundException
public static String getBaseURI(Header header) throws NotFoundException
NotFoundException
Copyright © 2020 DataWeb Research. All rights reserved.