Interface VscodeConfiguration
- All Superinterfaces:
FileResource, IOResource, Resource
A resource request for the VSCode configuration files. The request
results in the configured project's directory.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic VscodeConfigurationCreates a new VscodeConfiguration from the given values.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface IOResource
inputStream, outputStreamMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a new VscodeConfiguration from the given values.- Parameters:
project- the project- Returns:
- the eclipse configuration
-