| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.irm.engine.content.source.ResourceSourceFactory
public final class ResourceSourceFactory
Resource Source factory. This class provides methods for creating new instances of ResourceSource objects.
| Method Summary | |
|---|---|
static ResourceSource | 
createResourceSource(String path)Create a resource source from a file.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static ResourceSource createResourceSource(String path)
                                           throws IOException,
                                                  UnsupportedContentTypeException
path - the resource path. The resource should contain unsealed data.IOException - if there is an input/output error accessing the resource or the resource does not exist.UnsupportedContentTypeException - unsupported file type.
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||