Uses of Class
com.thecoderscorner.menu.remote.protocol.ApiPlatform
-
Packages that use ApiPlatform Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands com.thecoderscorner.menu.remote.protocol -
-
Uses of ApiPlatform in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return ApiPlatform Modifier and Type Method Description ApiPlatformRemoteInformation. getPlatform()the platform type of the remote hostConstructors in com.thecoderscorner.menu.remote with parameters of type ApiPlatform Constructor Description RemoteInformation(java.lang.String name, int major, int minor, ApiPlatform platform) -
Uses of ApiPlatform in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return ApiPlatform Modifier and Type Method Description ApiPlatformMenuJoinCommand. getPlatform()Constructors in com.thecoderscorner.menu.remote.commands with parameters of type ApiPlatform Constructor Description MenuJoinCommand(java.lang.String myName, ApiPlatform platform, int apiVer) -
Uses of ApiPlatform in com.thecoderscorner.menu.remote.protocol
Methods in com.thecoderscorner.menu.remote.protocol that return ApiPlatform Modifier and Type Method Description static ApiPlatformProtocolUtil. fromKeyToApiPlatform(int key)get the api platform given it's integer key value.static ApiPlatformApiPlatform. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiPlatform[]ApiPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-