Uses of Class
org.jboss.windup.web.services.rest.FileEndpoint.PathTargetType
-
Packages that use FileEndpoint.PathTargetType Package Description org.jboss.windup.web.services.rest -
-
Uses of FileEndpoint.PathTargetType in org.jboss.windup.web.services.rest
Methods in org.jboss.windup.web.services.rest that return FileEndpoint.PathTargetType Modifier and Type Method Description FileEndpoint.PathTargetTypeFileEndpoint. pathTargetType(String path)Gets an indication as to whether the given path is a file or a directory.FileEndpoint.PathTargetTypeFileEndpointImpl. pathTargetType(String pathStr)static FileEndpoint.PathTargetTypeFileEndpoint.PathTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileEndpoint.PathTargetType[]FileEndpoint.PathTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-