SourceFileOrBuilder

interfaccia pubblica SourceFileOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getFilePath ()
 Path to the file.
astratto com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
stringa astratta
getNomeHost ()
 Name of the host on which the file is located.
astratto com.google.protobuf.ByteString
getNomeHostBytes ()
 Name of the host on which the file is located.
stringa astratta
getLines (indice int)
 Line-by-line content of the file.
astratto com.google.protobuf.ByteString
getLinesBytes (indice int)
 Line-by-line content of the file.
astratto int
getLinesCount ()
 Line-by-line content of the file.
Elenco astratto<String>
getListaRighe ()
 Line-by-line content of the file.

Metodi pubblici

stringa astratta pubblica getFilePath ()

 Path to the file.
 
string file_path = 1;

estratto pubblico com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

stringa astratta pubblica getHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

estratto pubblico com.google.protobuf.ByteString getHostNameBytes ()

 Name of the host on which the file is located.
 
string host_name = 2;

public abstract String getLines (indice int)

 Line-by-line content of the file.
 
repeated string lines = 3;

abstract pubblico com.google.protobuf.ByteString getLinesBytes (indice int)

 Line-by-line content of the file.
 
repeated string lines = 3;

public abstract int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

public abstract List<String> getLinesList ()

 Line-by-line content of the file.
 
repeated string lines = 3;