Uses of Class
com.peterphi.std.io.PropertyFile
Package
Description
-
Uses of PropertyFile in com.peterphi.std.guice.apploader
Modifier and TypeMethodDescriptionvoid
GuiceRole.adjustConfigurations
(List<PropertyFile> configs) Provides an opportunity, pre-compositing, to influence the configuration sources and order. -
Uses of PropertyFile in com.peterphi.std.guice.apploader.impl
Modifier and TypeMethodDescriptionstatic com.google.inject.Injector
GuiceInjectorBootstrap.createInjector
(PropertyFile properties) Deprecated.Create an Injector by loading service.properties and then reading the guice.bootstrap.class from it
This is the entrypoint for the GuiceRegistrystatic com.google.inject.Injector
GuiceInjectorBootstrap.createInjector
(PropertyFile configuration, GuiceSetup setup) Deprecated.Creates an Injector by taking a preloaded service.properties and a pre-constructed GuiceSetupGuiceBuilder.withConfig
(PropertyFile... props) -
Uses of PropertyFile in com.peterphi.std.guice.common.eagersingleton
Modifier and TypeMethodDescriptionvoid
BindEagerSingletonRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.common.logging
Modifier and TypeMethodDescriptionstatic PropertyFile
LoggingModule.getProperties
(GuiceConfig guice) -
Uses of PropertyFile in com.peterphi.std.guice.common.resource.iface
Modifier and TypeMethodDescriptionResourceProvider.getPropertyResource
(String name) Loads a resource containing a property file -
Uses of PropertyFile in com.peterphi.std.guice.common.resource.impl
Modifier and TypeMethodDescriptionClasspathResourceProvider.getPropertyResource
(String name) FilesystemResourceProviderImpl.getPropertyResource
(String name) -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops
Modifier and TypeMethodDescriptionvoid
InternalConfigPropertyDocumenterGuiceRole.adjustConfigurations
(List<PropertyFile> configs) ModifierConstructorDescriptionServicePropertiesModule
(PropertyFile properties) For unit tests only! -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops.composite
Modifier and TypeMethodDescriptionGuiceConfig.toPropertyFile()
GuiceConfig.toPropertyFile
(Predicate<String> keySelector) -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops.net
Modifier and TypeMethodDescriptionvoid
NetworkConfigGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.hibernate.role
Modifier and TypeMethodDescriptionvoid
HibernateAutoGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.hibernatetest
Modifier and TypeMethodDescriptionvoid
DbunitGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.metrics.role
Modifier and TypeMethodDescriptionvoid
MetricsServiceAutoRegisterRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.restclient
Modifier and TypeMethodDescriptionvoid
OkHttpAutoClientRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.web.rest.setup
Modifier and TypeMethodDescriptionvoid
AutoJAXRSBindingGuiceRole.adjustConfigurations
(List<PropertyFile> configs) void
WebappGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.io
Modifier and TypeMethodDescriptionstatic PropertyFile
PropertyFile.find()
static PropertyFile
PropertyFile.find
(ClassLoader classloader, String... fileNames) Find a property filestatic PropertyFile
static PropertyFile[]
PropertyFile.findAll
(ClassLoader loader, String name) Find all property files by the namename
by searching the specified classloaderstatic PropertyFile[]
Find all property files by the namename
by searching the classloader that owns PropertyFilestatic PropertyFile
PropertyFile.fromString
(String contents) static PropertyFile
PropertyFile.fromString
(String contents, String filename) static PropertyFile
PropertyFile.openResource
(ClassLoader classloader, URL resource, String fileName) static PropertyFile
Creates a read-only version of a property file
Fails if the file does not exist.Modifier and TypeMethodDescriptionvoid
PropertyFile.BlankLine.append
(Writer w, PropertyFile p) void
PropertyFile.Comment.append
(Writer w, PropertyFile p) abstract void
PropertyFile.Entry.append
(Writer w, PropertyFile p) void
PropertyFile.NameValuePair.append
(Writer w, PropertyFile p) -
Uses of PropertyFile in com.peterphi.std.util
Modifier and TypeMethodDescriptionstatic PropertyFile
Attempt to find the MANIFEST.MF associated with a particular class -
Uses of PropertyFile in com.peterphi.usermanager.guice.authentication
Modifier and TypeMethodDescriptionvoid
UserManagerAuthenticationGuiceRole.adjustConfigurations
(List<PropertyFile> list)