|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.storage.IlpDefaultStorageAdapter
public class IlpDefaultStorageAdapter
Default implementation of access to the physical presentation data storage.
| Constructor Summary | |
|---|---|
IlpDefaultStorageAdapter(File source)
Constructs an IlpDefaultStorageAdapter based on files. |
|
IlpDefaultStorageAdapter(File inputSource,
File outputDestination)
Constructs an IlpDefaultStorageAdapter based on files. |
|
IlpDefaultStorageAdapter(InputStream inputSource,
OutputStream outputDestination)
Constructs an IlpDefaultStorageAdapter based on streams. |
|
IlpDefaultStorageAdapter(Reader inputSource,
Writer outputDestination)
Constructs an IlpDefaultStorageAdapter based on reader/writer. |
|
IlpDefaultStorageAdapter(URL source)
Constructs an IlpDefaultStorageAdapter based on URLs. |
|
IlpDefaultStorageAdapter(URL inputSource,
URL outputDestination)
Constructs an IlpDefaultStorageAdapter based on URLs. |
|
| Method Summary | |
|---|---|
Object |
getInputSource(Locale locale)
Gets the source for retrieving storage data for XML-formatted presentation data. |
Object |
getOutputDestination(Locale locale)
Get the destination for storing storage data for XML-formatted presentation data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpDefaultStorageAdapter(URL inputSource,
URL outputDestination)
IlpDefaultStorageAdapter based on URLs.
inputSource - Name of input XML source.outputDestination - Name of output XML destination.public IlpDefaultStorageAdapter(URL source)
IlpDefaultStorageAdapter based on URLs.
source - Name of input XML source. This URL is also used for output.
public IlpDefaultStorageAdapter(File inputSource,
File outputDestination)
IlpDefaultStorageAdapter based on files.
inputSource - Name of input XML source.outputDestination - Name of output XML destination.public IlpDefaultStorageAdapter(File source)
IlpDefaultStorageAdapter based on files.
source - Name of input XML source. This file is also used for output.
public IlpDefaultStorageAdapter(InputStream inputSource,
OutputStream outputDestination)
IlpDefaultStorageAdapter based on streams.
inputSource - Name of input XML source.outputDestination - Name of output XML destination.
public IlpDefaultStorageAdapter(Reader inputSource,
Writer outputDestination)
IlpDefaultStorageAdapter based on reader/writer.
inputSource - Name of input XML source.outputDestination - Name of output XML destination.| Method Detail |
|---|
public Object getInputSource(Locale locale)
getInputSource in interface IlpStorageAdapterlocale - Locale of the presentation data set.
public Object getOutputDestination(Locale locale)
throws IlpReadOnlyStorageAdapterException
getOutputDestination in interface IlpStorageAdapterlocale - Locale of the presentation data set.
IlpReadOnlyStorageAdapterException - if there is no destination.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||