org.media.mn8.concepts
Class FTPFileConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.FTPFileConcept

public class FTPFileConcept
extends JavaConcept

Version:
$Revision: 1.14 $ $Date: 2002/10/10 22:59:20 $
Author:
Remus Pereni

Field Summary
protected  com.oroinc.net.ftp.FTPClient _client
           
protected  boolean _exists
           
protected  com.oroinc.net.ftp.FTPFile _file
           
protected  URL _url
           
 ElementConcept content
           
 AttributeConcept contentType
           
 AttributeConcept length
           
 AttributeConcept url
           
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
FTPFileConcept()
           
FTPFileConcept(String url)
           
 
Method Summary
 boolean checkOperationResponse()
           
 Object clone()
           
 FTPFileConcept create(StringConcept url)
           
 boolean equals(Object obj)
           
 LogicalConcept exists()
           
 ConceptDefinition getConceptDefinition()
           
 Concept getContent()
           
 com.oroinc.net.ftp.FTPFile getFTPFile()
           
 SeriesConcept getLinks()
           
 boolean initialize(String url)
           
 LogicalConcept isFile()
           
protected  LogicalConcept readContent()
           
 LogicalConcept setContent(Concept value)
           
protected  LogicalConcept writeContent()
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ, toTXT, toXML
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_client

protected com.oroinc.net.ftp.FTPClient _client

_file

protected com.oroinc.net.ftp.FTPFile _file

_url

protected URL _url

_exists

protected boolean _exists

url

public AttributeConcept url

length

public AttributeConcept length

contentType

public AttributeConcept contentType

content

public ElementConcept content
Constructor Detail

FTPFileConcept

public FTPFileConcept()

FTPFileConcept

public FTPFileConcept(String url)
Method Detail

create

public FTPFileConcept create(StringConcept url)

initialize

public boolean initialize(String url)

checkOperationResponse

public boolean checkOperationResponse()

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

exists

public LogicalConcept exists()

isFile

public LogicalConcept isFile()

getLinks

public SeriesConcept getLinks()

getContent

public Concept getContent()

setContent

public LogicalConcept setContent(Concept value)

readContent

protected LogicalConcept readContent()

writeContent

protected LogicalConcept writeContent()

getFTPFile

public com.oroinc.net.ftp.FTPFile getFTPFile()

equals

public boolean equals(Object obj)
Overrides:
equals in class JavaConcept

clone

public Object clone()
Overrides:
clone in class JavaConcept


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."