Uses of Class
org.apache.manifoldcf.amazons3.S3Artifact
-
Packages that use S3Artifact Package Description org.apache.manifoldcf.crawler.connectors.amazons3 -
-
Uses of S3Artifact in org.apache.manifoldcf.crawler.connectors.amazons3
Fields in org.apache.manifoldcf.crawler.connectors.amazons3 with type parameters of type S3Artifact Modifier and Type Field Description protected XThreadBuffer<S3Artifact>AmazonS3Connector.GetSeedsThread. seedBufferMethods in org.apache.manifoldcf.crawler.connectors.amazons3 that return S3Artifact Modifier and Type Method Description protected S3ArtifactAmazonS3DocumentProcessUtility. getS3Artifact(java.lang.String documentIdentifier)Get the s3artifact (document) using the document identifier ( bucket,key)Methods in org.apache.manifoldcf.crawler.connectors.amazons3 that return types with arguments of type S3Artifact Modifier and Type Method Description XThreadBuffer<S3Artifact>AmazonS3Connector.GetSeedsThread. getBuffer()Methods in org.apache.manifoldcf.crawler.connectors.amazons3 with parameters of type S3Artifact Modifier and Type Method Description protected java.lang.StringAmazonS3DocumentProcessUtility. getDocumentURI(S3Artifact s3Artifact)Constructs document URI for s3artifactMethod parameters in org.apache.manifoldcf.crawler.connectors.amazons3 with type arguments of type S3Artifact Modifier and Type Method Description voidAmazonS3Connector.GetSeedsThread. setBuffer(XThreadBuffer<S3Artifact> buffer)
-