Uses of Class
org.tentackle.buildsupport.RemoteMethodInfo
-
-
Uses of RemoteMethodInfo in org.tentackle.buildsupport
Methods in org.tentackle.buildsupport that return RemoteMethodInfo Modifier and Type Method Description RemoteMethodInfoRemoteMethodInfoParameter. getInfo()Gets the parent info.static RemoteMethodInfoRemoteMethodInfo. readInfo(java.io.File infoFile)Reads info from an file.static RemoteMethodInfoRemoteMethodInfo. readInfo(java.io.LineNumberReader reader)Reads info from an line reader.Constructors in org.tentackle.buildsupport with parameters of type RemoteMethodInfo Constructor Description RemoteMethodInfoParameter(RemoteMethodInfo info, java.lang.String name, java.lang.String type)Constructs a RemoteMethodInfoParameter.RemoteMethodInfoParameter(RemoteMethodInfo info, java.util.StringTokenizer stok)Constructs a RemoteMethodInfoParameter.RemoteMethodInfoParameter(RemoteMethodInfo info, javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.element.VariableElement var)Constructs a RemoteMethodInfoParameter.
-