com.algosome.common.io
Interface Source


public interface Source

Defines a source for a sequence or sequences. Could be file, URL, etc...

Author:
Greg Cope

Nested Class Summary
static class Source.Type
           
 
Method Summary
 java.net.URI getSource()
          Retrieves the source as a URI
 Source.Type getType()
          Retrieves the type of source this is
 void setSource(java.net.URI uri)
           
 

Method Detail

getType

Source.Type getType()
Retrieves the type of source this is

Returns:

getSource

java.net.URI getSource()
Retrieves the source as a URI

Returns:

setSource

void setSource(java.net.URI uri)
Parameters:
uri -