Robert Munteanu created SLING-3556:
--------------------------------------
Summary: The Filter API should work on resources, not on
filesystem-based paths
Key: SLING-3556
URL: https://issues.apache.org/jira/browse/SLING-3556
Project: Sling
Issue Type: Improvement
Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.0
Reporter: Robert Munteanu
Fix For: Sling Eclipse IDE 1.0.2
Today the SlingLaunchpadBehaviour encapsulates lot of knowledge about what it
takes to find out if a resource should be filtered or not ( also visited in the
context of SLING-3112 ). This knowledge should be rooted in the Filter API,
which currently takes paths.
Instead, it should take a ResourceProxy instance, and delegate to the
SerializationKindManager to see what the serialization policy is, so that it
can determine the repository path.
--
This message was sent by Atlassian JIRA
(v6.2#6252)