org.apache.camel.component.apns.util
Class ResourceUtils

java.lang.Object
  extended by org.apache.camel.component.apns.util.ResourceUtils

public final class ResourceUtils
extends Object


Method Summary
static void close(Closeable closeable)
           
static String getClasspathResourcePath(String path)
           
static InputStream getInputStream(String path)
           
static boolean isClasspathResource(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isClasspathResource

public static boolean isClasspathResource(String path)

getClasspathResourcePath

public static String getClasspathResourcePath(String path)

getInputStream

public static InputStream getInputStream(String path)

close

public static void close(Closeable closeable)


Apache Camel