com.vinculumtech.carrierwave.gist
Class ImageGraphMode
java.lang.Object
com.vinculumtech.carrierwave.gist.Mode
com.vinculumtech.carrierwave.gist.ImageGraphMode
- public class ImageGraphMode
- extends Mode
Use-cases:
retrieve from server (save to file) (with and without identity)
-g -r -f <filename> -i <icon> [-a] [-d <depth>]
-g -r -f <filename> -t <public_type> -n <name> [-a] [-d <depth>]
-g -r -f <filename> -t <public_type> [-a] [-d <depth>]
store to server (read from file)
-g -s -f <filename>
store to server from file and retrieve from server and write to same file
-g -s -f <filename> -i
delete by icon from server
-g -x -i <icon>
list icons/names by type
-g -l -t <public_type>
instantiate to file from GP
instantiate to file from meta-data (root type/depth)
-g -c -t <public_type> [-d <depth>] -f <filename> [-e encoding]
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/gist/ImageGraphMode.java#18 $
Methods inherited from class com.vinculumtech.carrierwave.gist.Mode |
createGraphPlan, execute, getClientSession, getDepth, getEncoding, getEncodingReader, getEncodingWriter, getFilename, getHost, getIcon, getIcons, getImageType, getName, getPassword, getUsername, isCreate, isDelete, isDoIcon, isDoName, isForgetIdentity, isFuzzySelect, isIgnoreReadOnly, isList, isRetrieve, isStore, setCreate, setDelete, setDepth, setDoIcon, setDoName, setEncoding, setFilename, setForgetIdentity, setFuzzySelect, setHost, setIcon, setIcon, setIcons, setIgnoreReadOnly, setImageType, setList, setName, setPassword, setRetrieve, setStore, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLLECTION_FINDER
public static final java.lang.String COLLECTION_FINDER
- See Also:
- Constant Field Values
ImageGraphMode
public ImageGraphMode()
listAction
public void listAction()
- Specified by:
listAction
in class Mode
deleteAction
protected void deleteAction()
- Specified by:
deleteAction
in class Mode
storeAction
public void storeAction()
- Specified by:
storeAction
in class Mode
retrieveAction
public void retrieveAction()
- Specified by:
retrieveAction
in class Mode
createAction
protected void createAction()
- Specified by:
createAction
in class Mode
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.