spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Excluding files from springloaded

Open aup-1 opened this issue 10 years ago • 1 comments

The files that I am trying to exclude are spread out through out my application. There is way too many of them to excluded individually. But the common thing is they all implement the same interface. And the concrete implementations are named consistently so files end with *XBean.java Refactoring them to a single package is not an option.

How do I specify exclusions for this type of situation?

Any help is appreciated.

Thanks, Anamika

aup-1 avatar Jan 11 '15 03:01 aup-1

You can try something like:

-Dspringloaded=exclusions=pkgA..,pkgB..,specific.Class;verbose;explain

Take a look at:

https://github.com/spring-projects/spring-loaded/issues/26

Does this help?

BOB

On 11 Jan 2015, at 1:11 pm, vavrfam [email protected] wrote:

The files that I am trying to exclude are spread out through out my application. There is way too many of them to excluded individually. But the common thing is they all implement the same interface. And the concrete implementations are named consistently so files end with *XBean.java Refactoring them to a single package is not an option.

How do I specify exclusions for this type of situation?

Any help is appreciated.

Thanks, Anamika

— Reply to this email directly or view it on GitHub.

transentia avatar Jan 11 '15 03:01 transentia