@ParametersAreNonnullByDefault

Package net.sf.uadetector.internal.util

Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

See:
          Description

Class Summary
AlphanumComparator This is an updated version with enhancements made by Daniel Migowski, Andre Bogus, and David Koelle To convert to use Templates (Java 1.5+): - Change "implements Comparator" to "implements Comparator" - Change "compare(Object o1, Object o2)" to "compare(String s1, String s2)" - Remove the type checking and casting in compare().
Closeables This class is intended to provide utility methods to close Closeable instances.
CompareNullSafe<T> Compares two references to each other and null is assumed to be less than a non-null value.
DaemonThreadFactory Factory to create daemon threads that runs as a background process and do not blocks an application shutdown
ExecutorServices This utility is intended to provide predefined ExecutorServices which runs in background and can be easily shut-downed within ExecutorServices.shutdownAll() if necessary.
FileUtil This class is intended to provide file utility functions.
RegularExpressionConverter  
UrlUtil This class is intended to provide URL utility functions that encapsulate the checked exceptions like MalformedURLException during the construction of an URL or the IOException while opening a stream to an URL.
 

Enum Summary
RegularExpressionConverter.Flag  
 

Package net.sf.uadetector.internal.util Description

Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Copyright © 2011-2014. All Rights Reserved.