Uses of Class
org.robovm.compiler.config.Resource
| Package | Description |
|---|---|
| org.robovm.compiler.config | |
| org.robovm.compiler.target |
-
Uses of Resource in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return Resource Modifier and Type Method Description ResourceResource. exclude(String... patterns)Adds exclude patterns.ResourceResource. flatten(boolean b)Sets theflattenproperty and returnsthis.ResourceResource. ignoreDefaultExcludes(boolean b)Sets theignoreDefaultExcludesproperty and returnsthis.ResourceResource. include(String... patterns)Adds include patterns.ResourceResource. skipPngCrush(boolean b)Sets theskipPngCrushproperty and returnsthis.Methods in org.robovm.compiler.config that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Config. getResources()Methods in org.robovm.compiler.config with parameters of type Resource Modifier and Type Method Description Config.BuilderConfig.Builder. addResource(Resource resource)booleanResource.Walker. processDir(Resource resource, File dir, File destDir)Processes the specified folder.voidResource.Walker. processFile(Resource resource, File file, File destDir)Processes the specified file. -
Uses of Resource in org.robovm.compiler.target