Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend API return config and data directory as Path #546

Open
rschwietzke opened this issue Jan 4, 2025 · 0 comments
Open

Extend API return config and data directory as Path #546

rschwietzke opened this issue Jan 4, 2025 · 0 comments
Labels
enhancement New feature or request PRIORITY: HIGH

Comments

@rschwietzke
Copy link
Contributor

In config and config/data, we typically store test data as well as other files. There is right now no way for an XLT user to programmatically get these locations without accessing properties and making the path up themselves.

Extend XltProperties to return a Path to config as well as a Path to config/data.

  • XltProperties.getConfigDirectory()
  • XltProperties.getDataDirectory()
@rschwietzke rschwietzke added enhancement New feature or request PRIORITY: HIGH labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PRIORITY: HIGH
Projects
None yet
Development

No branches or pull requests

1 participant