public interface IServerImplMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
IServerImplMetadata.ImplType
Describes the various known implementation types.
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Return any comments associated with the implementation.
|
String |
getImplClassName()
Return the canonical name of the implementation class
associated with this implementation.
|
IServerImplMetadata.ImplType |
getImplType()
Get the implementation type associated with this implementation.
|
int |
getMinimumServerLevel()
Get the earliest Perforce server version that this implementation
will work reliably against.
|
String |
getScreenName()
Return a short name for this implementation, intended for use in menu
pulldowns, etc.
|
String |
getUriScheme()
Get the URI scheme part to be used to specify this implementation
to the server factory.
|
boolean |
isDefault()
Returns true IFF this implementation will be used if the non-specific
implementation scheme "p4j" is provided in the URI passed in to the
server factory.
|
String getScreenName()
String getImplClassName()
boolean isDefault()
IServerImplMetadata.ImplType getImplType()
String getUriScheme()
int getMinimumServerLevel()
String getComments()
Copyright © 2017 Perforce Software. All Rights Reserved.