Class FilePathSupport
- java.lang.Object
-
- org.eclipse.lemminx.extensions.filepath.settings.FilePathSupport
-
public class FilePathSupport extends Object
File path support settings.
-
-
Constructor Summary
Constructors Constructor Description FilePathSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FilePathMapping>getMappings()voidsetMappings(List<FilePathMapping> mappings)
-
-
-
Method Detail
-
getMappings
public List<FilePathMapping> getMappings()
-
setMappings
public void setMappings(List<FilePathMapping> mappings)
-
-