public class PropertyResourceContent extends Object
Constructor and Description |
---|
PropertyResourceContent(String content,
boolean loadedFromFallback)
Create a content wrapper for a property resource
|
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
boolean |
isLoadedFromFallback() |
public PropertyResourceContent(String content, boolean loadedFromFallback)
content
- the contentloadedFromFallback
- whether the content was loaded from the application property or from the fallback
filepublic String getContent()
public boolean isLoadedFromFallback()
Copyright © 2019 Communote team. All rights reserved.