Found 90 results
in 0.06 seconds.
Displaying page 1 of 9,
sorted by
-
Uses of Class org.apache.droids.handle.Save (Droids Core 0.1-incubating-SNAPSHOT API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Uses of Class org.apache.droids.handle.Save
No usage of org.apache.droids.handle.Save
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2009. All Rights Reserved.
http://incubator.apache.org/droids/api/droids-core/org/apache/droids/handle/class-use/Save.html
-
Save (Droids Core 0.1-incubating-SNAPSHOT API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.droids.handle
Class Save
java.lang.Object
org.apache.droids.helper.Loggable
org.apache.droids.handle.WriterHandler
org.apache.droids.handle.Save
All Implemented Interfaces: Handler
public class Save extends WriterHandler implements Handler
Handler which is writing the stream to the file system.
Before using make sure you have set the export directory
setOutputDir
http://incubator.apache.org/droids/api/droids-core/org/apache/droids/handle/Save.html
-
Constructor Summary
DomUtil ()
Method Summary
static Element
getDom ( InputStream is)
Returns parsed dom tree or null if any error
static void
saveDom ( OutputStream os,
Element e)
save dom into ouputstream
http://nutch.apache.org/apidocs-1.3/org/apache/nutch/util/DomUtil.html
-
Constructor Summary
DomUtil ()
Method Summary
static Element
getDom ( InputStream is)
Returns parsed dom tree or null if any error
static void
saveDom ( OutputStream os,
Element e)
save dom into ouputstream
http://nutch.apache.org/apidocs-1.4/org/apache/nutch/util/DomUtil.html
-
org.apache.droids.handle (Droids Core 0.1-incubating-SNAPSHOT API)
org.apache.droids.handle
Classes
Save
Sysout
WriterHandler
http://incubator.apache.org/droids/api/droids-core/org/apache/droids/handle/package-frame.html
-
java.lang.Object
get (java.lang.Object key)
Retrieve a named object from the context.
void
save (java.lang.Object key,
java.lang.Object object)
Set a named object into the context.
Field Detail
_rcsid
static final java.lang.String _rcsid
See Also: Constant Field Values
Method Detail
save
void save (java.lang.Object key,
java.lang.Object object)
Set a named object into the context.
Parameters: key - is the name of the object (usually a string) object - is the object to save, or null if the object is to be
destroyed instead.
get
java.lang.Object get (java.lang.Object key)
Retrieve a named object from the context.
Use an equivalent key to retrieve what was previously saved.
If no such
http://incubator.apache.org/connectors/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html
-
the context.
void
save (java.lang.Object key,
java.lang.Object object)
Set a named object into the context.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait
http://incubator.apache.org/connectors/api/framework/org/apache/manifoldcf/core/threadcontext/ThreadContext.html
-
void
install ()
Install the manager.
IAuthorityConnection
load (java.lang.String name)
Load a authority connection by name.
boolean
save ( IAuthorityConnection object)
Save an authority connection object
http://incubator.apache.org/connectors/api/framework/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectionManager.html
-
name)
Load an output connection by name.
IOutputConnection []
loadMultiple (java.lang.String[] names)
Load a set of output connections.
boolean
save ( IOutputConnection object)
Save an output connection object
http://incubator.apache.org/connectors/api/framework/org/apache/manifoldcf/agents/interfaces/IOutputConnectionManager.html
-
.
IAuthorityConnection []
loadMultiple (java.lang.String[] names)
Load multiple repository connections by name.
protected int
maxClauseGetAuthorityConnectionsChunk ()
Find the maximum number of clauses for getAuthorityConnectionsChunk.
boolean
save ( IAuthorityConnection object)
Save a repository connection object.
Methods inherited from class org.apache.manifoldcf.core.database. BaseTable
addTableIndex , analyzeTable , beginTransaction , buildConjunctionClause , constructCountClause , constructDistinctOnClause
http://incubator.apache.org/connectors/api/framework/org/apache/manifoldcf/authorities/authority/AuthorityConnectionManager.html