Interface DependencyResolver
- All Known Implementing Classes:
RegexDependencyResolver
public interface DependencyResolver
Resolves dependencies
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
XML_CONFIGURATION_ROOT_ELEMENT
- See Also:
-
XML_CONFIGURATION_ITEM_TYPE
- See Also:
-
XML_CONFIGURATION_NAME
- See Also:
-
XML_CONFIGURATION_INCLUDES
- See Also:
-
XML_CONFIGURATION_EXCLUDES
- See Also:
-
XML_CONFIGURATION_PATH_PATTERN
- See Also:
-
XML_CONFIGURATION_DEPENDENCY_TYPES
- See Also:
-
XML_CONFIGURATION_DEPENDENCY_TYPE
- See Also:
-
XML_CONFIGURATION_PATTERN
- See Also:
-
XML_CONFIGURATION_FIND_REGEX
- See Also:
-
XML_CONFIGURATION_TRANSFORMS
- See Also:
-
XML_CONFIGURATION_TRANSFORM
- See Also:
-
XML_CONFIGURATION_MATCH
- See Also:
-
XML_CONFIGURATION_REPLACE
- See Also:
-
XML_CONFIGURATION_SPLIT
- See Also:
-
-
Method Details
-
resolve
Resolves dependent files for given content of given path- Parameters:
site- site identifierpath- path of the item- Returns:
- map of dependency type -> set of ResolvedDependency of files that content is dependent on
-