public class ImportLocation
extends Ice.ObjectImpl
ManagedRepository.importFileset
with
the information needed to proceed with an FS import.
For the examples that follow, assume that the used
files passed to importFileset were:
/Users/jack/Documents/Data/Experiment-1/1.dv /Users/jack/Documents/Data/Experiment-1/1.dv.log /Users/jack/Documents/Data/Experiment-2/2.dv /Users/jack/Documents/Data/Experiment-2/2.dv.log
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
OriginalFile |
directory
Represents the directory to which all files
will be uploaded.
|
int |
omittedLevels
Number of directories which have been omitted
from the original paths passed to the server.
|
static long |
serialVersionUID |
java.lang.String |
sharedPath
The shared base of all the paths passed to
the server.
|
java.util.List<java.lang.String> |
usedFiles
Parsed string names which should be used by the
clients during upload.
|
Constructor and Description |
---|
ImportLocation() |
ImportLocation(java.lang.String sharedPath,
int omittedLevels,
java.util.List<java.lang.String> usedFiles,
OriginalFile directory) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
ImportLocation |
clone() |
static Ice.ObjectFactory |
ice_factory() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
public static final java.lang.String[] __ids
public java.lang.String sharedPath
public int omittedLevels
public java.util.List<java.lang.String> usedFiles
ManagedRepository.importFileset
but will have
shortened paths.
Experiment/1.dv Experiment/1.dv.log
public OriginalFile directory
public static final long serialVersionUID
public ImportLocation()
public ImportLocation(java.lang.String sharedPath, int omittedLevels, java.util.List<java.lang.String> usedFiles, OriginalFile directory)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl
public ImportLocation clone()
clone
in interface Ice.Object
clone
in class Ice.ObjectImpl