public static class ControllerZip.Provider extends java.lang.Object implements MControllerProvider
Constructor and Description |
---|
Provider() |
Modifier and Type | Method and Description |
---|---|
boolean |
canScan(java.lang.String location)
Determine if this Controller can scan for a collection at this location.
|
MController |
create()
Creates an instance of
|
java.lang.String |
getProtocol()
The leading protocol string (without a trailing ":").
|
public java.lang.String getProtocol()
MControllerProvider
getProtocol
in interface MControllerProvider
public boolean canScan(java.lang.String location)
MControllerProvider
canScan
in interface MControllerProvider
public MController create()
MControllerProvider
create
in interface MControllerProvider
MController
that scans locations to filter and provide a set of MFile
s defining to
be used to define a collection.