Package com.jalios.jcms.lessCompiler
Class WatchingInfos
- java.lang.Object
-
- com.jalios.jcms.lessCompiler.WatchingInfos
-
public class WatchingInfos extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WatchingInfos(java.nio.file.Path dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFile(java.nio.file.Path inputPath)
void
addIncludedFile(java.nio.file.Path includedPath, java.nio.file.Path inputPath)
java.util.Set<java.nio.file.Path>
getReferencingLessPath(java.nio.file.Path includedLessPath)
boolean
isWatchLessPath(java.nio.file.Path path)
-
-
-
Method Detail
-
addFile
public void addFile(java.nio.file.Path inputPath)
-
addIncludedFile
public void addIncludedFile(java.nio.file.Path includedPath, java.nio.file.Path inputPath)
-
isWatchLessPath
public boolean isWatchLessPath(java.nio.file.Path path)
-
getReferencingLessPath
public java.util.Set<java.nio.file.Path> getReferencingLessPath(java.nio.file.Path includedLessPath)
-
-