-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#18 Provide a settings console instead of the OSGi config - Last modi…
…fied
- Loading branch information
1 parent
7f6850d
commit 95ee3dc
Showing
5 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
core/src/main/java/com/exadel/etoolbox/linkinspector/core/services/data/UiConfigService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
package com.exadel.etoolbox.linkinspector.core.services.data; | ||
|
||
import java.time.ZonedDateTime; | ||
|
||
public interface UiConfigService { | ||
String[] getExcludedLinksPatterns(); | ||
String getSearchPath(); | ||
String[] getExcludedPaths(); | ||
boolean isActivatedContent(); | ||
boolean isSkipContentModifiedAfterActivation(); | ||
ZonedDateTime getLastModified(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters