thredds.filesystem
Interface FileSystemProto.FileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FileSystemProto.File, FileSystemProto.File.Builder
Enclosing class:
FileSystemProto

public static interface FileSystemProto.FileOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 FileSystemProto.Attribute getAtts(int index)
           
 int getAttsCount()
           
 List<FileSystemProto.Attribute> getAttsList()
           
 FileSystemProto.AttributeOrBuilder getAttsOrBuilder(int index)
           
 List<? extends FileSystemProto.AttributeOrBuilder> getAttsOrBuilderList()
           
 boolean getIsDirectory()
           
 long getLastModified()
           
 long getLength()
           
 String getName()
           
 boolean hasIsDirectory()
           
 boolean hasLastModified()
           
 boolean hasLength()
           
 boolean hasName()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

String getName()

hasLastModified

boolean hasLastModified()

getLastModified

long getLastModified()

hasLength

boolean hasLength()

getLength

long getLength()

hasIsDirectory

boolean hasIsDirectory()

getIsDirectory

boolean getIsDirectory()

getAttsList

List<FileSystemProto.Attribute> getAttsList()

getAtts

FileSystemProto.Attribute getAtts(int index)

getAttsCount

int getAttsCount()

getAttsOrBuilderList

List<? extends FileSystemProto.AttributeOrBuilder> getAttsOrBuilderList()

getAttsOrBuilder

FileSystemProto.AttributeOrBuilder getAttsOrBuilder(int index)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.