Property Files
Work with property files using BoxLang's fluent PropertyFile API
🙋 What are Property Files?
# Example property file
app.name=My Application
app.version=1.0.0
database.host=localhost
database.port=5432🎯 Why Use BoxLang's PropertyFile Utility?
📋 Table of Contents
🚀 Getting Started
Creating a PropertyFile Object
📖 Reading Properties
🔍 Getting Property Values
📊 Getting All Properties
🔢 Property File Information
✏️ Writing Properties
🔧 Setting Individual Properties
📝 Setting Multiple Properties
🗑️ Removing Properties
💾 Saving Property Files
📁 Storing to File
🎨 Formatting and Comments
💬 Adding Comments
📏 Line Width Control
🔄 Advanced Operations
🔀 Merging Property Files
🏗️ Creating from Existing Data
📚 Common Usage Patterns
🔧 Configuration Management
🌐 Internationalization (i18n)
🏭 Environment Configuration
📝 Build and Deployment
🔍 Data Export and Conversion
📄 Export Formats
🔄 Format Conversion
🛡️ Error Handling
🚨 Exception Management
✅ Safe Property Access
🎯 Best Practices
✅ Do's
❌ Don'ts
🚦 Performance Tips
🎯 Optimization Guidelines
🔗 Integration Examples
🌐 Web Application Configuration
🔧 Module Configuration
📱 CLI Application Settings
Last updated
Was this helpful?
