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()
MControllerProvidergetProtocol in interface MControllerProviderpublic boolean canScan(java.lang.String location)
MControllerProvidercanScan in interface MControllerProviderpublic MController create()
MControllerProvidercreate in interface MControllerProviderMController that scans locations to filter and provide a set of MFiles defining to
be used to define a collection.