Package org.whitesource.fs
Class FileSystemAgentInfo
- java.lang.Object
-
- org.whitesource.fs.FileSystemAgentInfo
-
- All Implemented Interfaces:
PluginInfo
public class FileSystemAgentInfo extends java.lang.Object implements PluginInfo
-
-
Constructor Summary
Constructors Constructor Description FileSystemAgentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgentType()java.lang.StringgetAgentVersion()java.lang.StringgetPluginVersion()
-
-
-
Method Detail
-
getAgentType
public java.lang.String getAgentType()
- Specified by:
getAgentTypein interfacePluginInfo
-
getAgentVersion
public java.lang.String getAgentVersion()
- Specified by:
getAgentVersionin interfacePluginInfo
-
getPluginVersion
public java.lang.String getPluginVersion()
- Specified by:
getPluginVersionin interfacePluginInfo
-
-