Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image.tools
Class FileSystemCacheGenerator

java.lang.Object
  |
  +--oracle.cabo.image.tools.AbstractImageGenerator
        |
        +--oracle.cabo.image.tools.FileSystemCacheGenerator

public class FileSystemCacheGenerator
extends AbstractImageGenerator

FileSystemCacheGenerator is a tool for generating images and image metadata suitable for use with the file system-based ImageProvider implementations. Like the ImageGenerator, the FileSystemCacheGenerator tool takes a list of ImageGenerator XML files as input.

See Also:
ImageGenerator

Constructor Summary
protected FileSystemCacheGenerator()
          Creates a FileSystemCacheGenerator instance.
 
Method Summary
protected  ImageProvider getImageProvider()
          Implementation of AbstractImageGenerator.getImageProvider().
static void main(java.lang.String[] args)
          Run the FileSystemCacheGenerator.
 
Methods inherited from class oracle.cabo.image.tools.AbstractImageGenerator
generate, getBundle, getLocale, getOutputDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemCacheGenerator

protected FileSystemCacheGenerator()
Creates a FileSystemCacheGenerator instance.
Method Detail

main

public static void main(java.lang.String[] args)
Run the FileSystemCacheGenerator. The argument list should contain a valid xml file or multiple xml files.

getImageProvider

protected ImageProvider getImageProvider()
Implementation of AbstractImageGenerator.getImageProvider().
Overrides:
getImageProvider in class AbstractImageGenerator

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.