com.vinculumtech.carrierwave.gist
Class Main

java.lang.Object
  extended bycom.vinculumtech.carrierwave.gist.Main

public class Main
extends java.lang.Object

  Command-line:
  actions:
  -s  :store from file to server
  -r  :retrieve from server to file
  -x  :delete
  -c [filename] :instantiate (create), filename optional source
  -l :list icons

  options:
  -h hostname:port
  -u username passoword
  -f filename
  -e encoding_type
  -t type
  -d depth
  -z :fuzzy select
  -o :ignore read only edges
  -n name :graph plan or object
  -i icon
  -a :forget identity

 mode = g (image graph)
	retrieve from server (save to file) (with and without identity)
	store on server (read from file)
	store on server from file then read from server and save to file  (round trip)
	instantiate to file from GP
	instantiate to file from meta-data (root type/depth)
	list icons/names by type

 mode = p (graph plan)
	retrieve from repository (to file)
	store on repository (from file)
	store on repository from file and retrieve from repository and save to file (round trip)
  remove from repository (by name)
	list repository
	instantiate to file from meta-data (root type/depth)
	create via IG from file
	create via IG from meta-data (name/depth)

 
See ImageGraphMode and GraphPlanMode for common use cases.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/gist/Main.java#10 $

Field Summary
static int CREATE
           
static int DELETE
           
static int DEPTH
           
static int ENCODING
           
static int FILENAME
           
static int FORGET_IDENTITY
           
static int FUZZY_SELECT
           
static int GRAPH_PLAN
           
static int HOST
           
static int ICON
           
static int IGNORE_READ_ONLY
           
static int IMAGE_GRAPH
           
static int IMAGE_TYPE
           
static int LIST
           
static int NAME
           
static int RETRIEVE
           
static int STORE
           
static int USER_PASS
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_GRAPH

public static final int IMAGE_GRAPH
See Also:
Constant Field Values

GRAPH_PLAN

public static final int GRAPH_PLAN
See Also:
Constant Field Values

STORE

public static final int STORE
See Also:
Constant Field Values

RETRIEVE

public static final int RETRIEVE
See Also:
Constant Field Values

CREATE

public static final int CREATE
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

HOST

public static final int HOST
See Also:
Constant Field Values

FILENAME

public static final int FILENAME
See Also:
Constant Field Values

ENCODING

public static final int ENCODING
See Also:
Constant Field Values

IMAGE_TYPE

public static final int IMAGE_TYPE
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

ICON

public static final int ICON
See Also:
Constant Field Values

FORGET_IDENTITY

public static final int FORGET_IDENTITY
See Also:
Constant Field Values

USER_PASS

public static final int USER_PASS
See Also:
Constant Field Values

DEPTH

public static final int DEPTH
See Also:
Constant Field Values

IGNORE_READ_ONLY

public static final int IGNORE_READ_ONLY
See Also:
Constant Field Values

FUZZY_SELECT

public static final int FUZZY_SELECT
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.