A B C D E F G H I L M N O P R S T U W

A

add(Object) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
addStatic(Class<?>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
ApacheLogDirectory - Class in org.aksw.commons.util.apache
 
ApacheLogDirectory(File, Pattern) - Constructor for class org.aksw.commons.util.apache.ApacheLogDirectory
 
ApacheLogEntry - Class in org.aksw.commons.util.apache
 
ApacheLogEntryDateComparator - Class in org.aksw.commons.util.apache
 
ApacheLogEntryDateComparator() - Constructor for class org.aksw.commons.util.apache.ApacheLogEntryDateComparator
 
ApacheLogEntryIterator - Class in org.aksw.commons.util.apache
 
ApacheLogEntryIterator(InputStream, boolean) - Constructor for class org.aksw.commons.util.apache.ApacheLogEntryIterator
 
ApacheLogEntryIterator(BufferedReader) - Constructor for class org.aksw.commons.util.apache.ApacheLogEntryIterator
 
ApacheLogRangeEntryIterator - Class in org.aksw.commons.util.apache
 
ApacheLogRangeEntryIterator(Iterator<Map.Entry<Date, File>>, Date, boolean, Date, boolean) - Constructor for class org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
 
ApacheLogRequest - Class in org.aksw.commons.util.apache
 
ApacheLogRequest(String, String, String) - Constructor for class org.aksw.commons.util.apache.ApacheLogRequest
 

B

BifContains - Class in org.aksw.commons.util.strings
takes a user input search string and makes a string that can be piped into Filter (bif:contains(?s,'HERE') ) and produce valid output.
BifContains(String) - Constructor for class org.aksw.commons.util.strings.BifContains
 

C

chunkValue(long, long...) - Static method in class org.aksw.commons.util.numbers.NumberChunker
 
chunkValue(long, List<Long>) - Static method in class org.aksw.commons.util.numbers.NumberChunker
Given a value, chunks it according to the given bases.
ClassUtils - Class in org.aksw.commons.util.reflect
 
ClassUtils() - Constructor for class org.aksw.commons.util.reflect.ClassUtils
 
close() - Method in class org.aksw.commons.util.apache.ApacheLogEntryIterator
 
close() - Method in class org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
 
coalesce(T...) - Static method in class org.aksw.commons.util.strings.StringUtils
Returns first non-null argument
collection2String(Collection, String) - Static method in class org.aksw.commons.util.strings.CollectionFormatter
doesn't print the last separator ;) outputs: 1234
CollectionFormatter - Class in org.aksw.commons.util.strings
 
CollectionFormatter() - Constructor for class org.aksw.commons.util.strings.CollectionFormatter
 
commonPrefix(String, String) - Static method in class org.aksw.commons.util.strings.StringUtils
Returns the common prefix of the given strings
compare(ApacheLogEntry, ApacheLogEntry) - Method in class org.aksw.commons.util.apache.ApacheLogEntryDateComparator
 
create(K, V) - Static method in class org.aksw.commons.util.Pair
 
createFile(File, String) - Static method in class org.aksw.commons.util.Files
like writefile, but always deletes any existing file
cropString(String, int, int) - Static method in class org.aksw.commons.util.strings.StringUtils
Cuts a string after nMax bytes - unless the remaining bytes are less than tolerance.

D

deserializeXml(InputStream) - Static method in class org.aksw.commons.util.SerializationUtils
 
deserializeXml(File) - Static method in class org.aksw.commons.util.SerializationUtils
 
dfGnuPlotDefault - Static variable in class org.aksw.commons.util.Time
 
dfLatexDefault - Static variable in class org.aksw.commons.util.Time
 
dfPercentage - Static variable in class org.aksw.commons.util.Time
 

E

equals(Object) - Method in class org.aksw.commons.util.Pair
 
ExtendedFile - Class in org.aksw.commons.util
Another File Helper implementation juhu allows some additional read write options User: Sebastian Hellmann
ExtendedFile(File) - Constructor for class org.aksw.commons.util.ExtendedFile
 

F

Files - Class in org.aksw.commons.util
 
Files() - Constructor for class org.aksw.commons.util.Files
 
findInvocationMethod(Class<T>, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
forceInvoke(Method, Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
forceInvoke(Object, Method, Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 

G

getAllNonOverriddenlMethods(Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Returns all non-overridden methods for the given class.
getByteCount() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getDate() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getDistance(Class<?>, Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Returns the minimum distance of two classes in an inheritance hierarchy Null if there is no distance
getDistance(Class<?>[], Class<?>[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getHostname() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getIterator(Date, Date, boolean, boolean) - Method in class org.aksw.commons.util.apache.ApacheLogDirectory
lowInclusive and highInclusive are ignored if the respective bound in null (unbounded).
getKey() - Method in class org.aksw.commons.util.Pair
 
getMatchBySuffix(String, Map<String, T>) - Static method in class org.aksw.commons.util.strings.StringUtils
 
getMethod() - Method in class org.aksw.commons.util.apache.ApacheLogRequest
 
getProtocol() - Method in class org.aksw.commons.util.apache.ApacheLogRequest
 
getReferer() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getRelation(Integer[], Integer[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getRequest() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getResponse() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getTypeSignature(Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getUrl() - Method in class org.aksw.commons.util.apache.ApacheLogRequest
 
getUserAgent() - Method in class org.aksw.commons.util.apache.ApacheLogEntry
 
getValue() - Method in class org.aksw.commons.util.Pair
 

H

hashCode() - Method in class org.aksw.commons.util.Pair
 

I

invoke(Object, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
invoke(String, List<Object>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
invoke(String, Object[]) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
invokeStatic(Class<T>, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
Invoke the method of an object, that matches the name and arguments best.
isSingle() - Method in class org.aksw.commons.util.strings.BifContains
 

L

lcFirst(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
longestPrefixLookup(String, NavigableMap<String, T>) - Static method in class org.aksw.commons.util.strings.StringUtils
Looks up an element in the given map that is the longest prefix of the given lookup key.

M

main(String[]) - Method in class org.aksw.commons.util.apache.ApacheLogDirectory
 
makeWithAnd() - Method in class org.aksw.commons.util.strings.BifContains
 
md5Hash(byte[]) - Static method in class org.aksw.commons.util.strings.StringUtils
 
md5Hash(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
mkdir(File) - Static method in class org.aksw.commons.util.Files
 
MultiMethod - Class in org.aksw.commons.util.reflect
 
MultiMethod() - Constructor for class org.aksw.commons.util.reflect.MultiMethod
 
MultiMethodContainer<T> - Class in org.aksw.commons.util.reflect
A container where multiple objects/classes can register their methods.
MultiMethodContainer() - Constructor for class org.aksw.commons.util.reflect.MultiMethodContainer
 
MultipleMethodsInvocationException - Exception in org.aksw.commons.util.reflect
 
MultipleMethodsInvocationException(String, Object[], Set<Method>) - Constructor for exception org.aksw.commons.util.reflect.MultipleMethodsInvocationException
 

N

neededMs(double) - Static method in class org.aksw.commons.util.Time
 
nicen(String) - Method in class org.aksw.commons.util.Prefixer
http://dbpedia.org/resource/J%C3%BCrgen_Prochnow will be rendered as: Jürgen Prochnow by the following operations: - strip namespace - urldecode - replace _ by whitespace
NoMethodInvocationException - Exception in org.aksw.commons.util.reflect
 
NoMethodInvocationException(String, Object[]) - Constructor for exception org.aksw.commons.util.reflect.NoMethodInvocationException
 
NumberChunker - Class in org.aksw.commons.util.numbers
 
NumberChunker() - Constructor for class org.aksw.commons.util.numbers.NumberChunker
 

O

open(File) - Static method in class org.aksw.commons.util.apache.ApacheLogDirectory
 
org.aksw.commons.util - package org.aksw.commons.util
 
org.aksw.commons.util.apache - package org.aksw.commons.util.apache
 
org.aksw.commons.util.numbers - package org.aksw.commons.util.numbers
 
org.aksw.commons.util.reflect - package org.aksw.commons.util.reflect
 
org.aksw.commons.util.strings - package org.aksw.commons.util.strings
 

P

Pair<K,V> - Class in org.aksw.commons.util
A pair class based on Map.Entry.
Pair(K, V) - Constructor for class org.aksw.commons.util.Pair
 
parse(String) - Static method in class org.aksw.commons.util.apache.ApacheLogEntry
 
parse(String) - Static method in class org.aksw.commons.util.apache.ApacheLogRequest
 
prefetch() - Method in class org.aksw.commons.util.apache.ApacheLogEntryIterator
 
prefetch() - Method in class org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
 
Prefixer - Class in org.aksw.commons.util
Note this class is supposed to use certain terminology: uri - the full uri http://dbpedia.org/resource/London prefix - the shortcut canonical to prefix.cc namespace - the "common part" of uris, e.g.
Prefixer() - Constructor for class org.aksw.commons.util.Prefixer
 
Prefixer(Map<String, String>, boolean) - Constructor for class org.aksw.commons.util.Prefixer
 
prefixUri(String) - Method in class org.aksw.commons.util.Prefixer
http://dbpedia.org/resource/London -> dbpedia:London

R

readAsList() - Method in class org.aksw.commons.util.ExtendedFile
 
readAsListLogException() - Method in class org.aksw.commons.util.ExtendedFile
 
readContent() - Method in class org.aksw.commons.util.ExtendedFile
 
readContent(File) - Static method in class org.aksw.commons.util.Files
 
readContent(URL) - Static method in class org.aksw.commons.util.URLHelper
 
readContentLogException() - Method in class org.aksw.commons.util.ExtendedFile
 
readContentLogException(URL) - Static method in class org.aksw.commons.util.URLHelper
 
remove(Object) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
removeStatic(Class<?>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 

S

SerializationUtils - Class in org.aksw.commons.util
 
SerializationUtils() - Constructor for class org.aksw.commons.util.SerializationUtils
 
serializeXml(Object, File) - Static method in class org.aksw.commons.util.SerializationUtils
 
serializeXml(Object, File, boolean) - Static method in class org.aksw.commons.util.SerializationUtils
 
serializeXml(Object, OutputStream) - Static method in class org.aksw.commons.util.SerializationUtils
 
setPrefixToNamespace(Map<String, String>) - Method in class org.aksw.commons.util.Prefixer
resets everything
setValue(V) - Method in class org.aksw.commons.util.Pair
 
StringUtils - Class in org.aksw.commons.util.strings
 
StringUtils() - Constructor for class org.aksw.commons.util.strings.StringUtils
 
strip(String, String...) - Static method in class org.aksw.commons.util.strings.StringUtils
Removes prefixes that are also suffixes from a given string e.g.
stripNamespace(String) - Method in class org.aksw.commons.util.Prefixer
this function calls stripNamespace(uri, true);
stripNamespace(String, boolean) - Method in class org.aksw.commons.util.Prefixer
strips the namespace, either by base or known prefix or a heuristic
stripNamespaceHeuristic(String) - Static method in class org.aksw.commons.util.Prefixer
currently implemented to cut after the last # or if not available after the last /

T

theMostPopulars() - Method in class org.aksw.commons.util.Prefixer
 
Time - Class in org.aksw.commons.util
 
Time() - Constructor for class org.aksw.commons.util.Time
 
toCamelCase(String, boolean) - Static method in class org.aksw.commons.util.strings.StringUtils
 
toLowerCamelCase(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
toSparqlPrefix() - Method in class org.aksw.commons.util.Prefixer
NOTE base recognition is not implemented
toString() - Method in class org.aksw.commons.util.Pair
 
toString() - Method in exception org.aksw.commons.util.reflect.MultipleMethodsInvocationException
 
toString() - Method in exception org.aksw.commons.util.reflect.NoMethodInvocationException
 
toUpperCamelCase(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
trim - Variable in class org.aksw.commons.util.ExtendedFile
 

U

ucFirst(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
urlDecode(String) - Static method in class org.aksw.commons.util.strings.StringUtils
 
urlEncode(String) - Static method in class org.aksw.commons.util.strings.StringUtils
Helper functions to get rid of that exception.
URLHelper - Class in org.aksw.commons.util
 
URLHelper() - Constructor for class org.aksw.commons.util.URLHelper
 

W

writeFile(String) - Method in class org.aksw.commons.util.ExtendedFile
 
writeToFile(File, String, boolean) - Static method in class org.aksw.commons.util.Files
 

A B C D E F G H I L M N O P R S T U W

Copyright © 2011. All Rights Reserved.