Uses of Class
com.peterphi.std.io.PropertyFile
Packages that use PropertyFile
Package
Description
-
Uses of PropertyFile in com.peterphi.std.guice.apploader
Method parameters in com.peterphi.std.guice.apploader with type arguments of type PropertyFileModifier 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
Methods in com.peterphi.std.guice.apploader.impl with parameters of type PropertyFileModifier 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
Method parameters in com.peterphi.std.guice.common.eagersingleton with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
BindEagerSingletonRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.common.logging
Methods in com.peterphi.std.guice.common.logging that return PropertyFileModifier and TypeMethodDescriptionstatic PropertyFile
LoggingModule.getProperties
(GuiceConfig guice) -
Uses of PropertyFile in com.peterphi.std.guice.common.resource.iface
Methods in com.peterphi.std.guice.common.resource.iface that return PropertyFileModifier and TypeMethodDescriptionResourceProvider.getPropertyResource
(String name) Loads a resource containing a property file -
Uses of PropertyFile in com.peterphi.std.guice.common.resource.impl
Methods in com.peterphi.std.guice.common.resource.impl that return PropertyFileModifier and TypeMethodDescriptionClasspathResourceProvider.getPropertyResource
(String name) FilesystemResourceProviderImpl.getPropertyResource
(String name) -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops
Method parameters in com.peterphi.std.guice.common.serviceprops with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
InternalConfigPropertyDocumenterGuiceRole.adjustConfigurations
(List<PropertyFile> configs) Constructors in com.peterphi.std.guice.common.serviceprops with parameters of type PropertyFileModifierConstructorDescriptionServicePropertiesModule
(PropertyFile properties) For unit tests only! -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops.composite
Methods in com.peterphi.std.guice.common.serviceprops.composite that return PropertyFileModifier and TypeMethodDescriptionGuiceConfig.toPropertyFile()
GuiceConfig.toPropertyFile
(Predicate<String> keySelector) Methods in com.peterphi.std.guice.common.serviceprops.composite with parameters of type PropertyFile -
Uses of PropertyFile in com.peterphi.std.guice.common.serviceprops.net
Method parameters in com.peterphi.std.guice.common.serviceprops.net with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
NetworkConfigGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.hibernate.role
Method parameters in com.peterphi.std.guice.hibernate.role with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
HibernateAutoGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.hibernatetest
Method parameters in com.peterphi.std.guice.hibernatetest with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
DbunitGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.metrics.role
Method parameters in com.peterphi.std.guice.metrics.role with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
MetricsServiceAutoRegisterRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.restclient
Method parameters in com.peterphi.std.guice.restclient with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
OkHttpAutoClientRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.guice.web.rest.setup
Method parameters in com.peterphi.std.guice.web.rest.setup with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
AutoJAXRSBindingGuiceRole.adjustConfigurations
(List<PropertyFile> configs) void
WebappGuiceRole.adjustConfigurations
(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.io
Methods in com.peterphi.std.io that return PropertyFileModifier 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.Methods in com.peterphi.std.io with parameters of type PropertyFileModifier 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
Methods in com.peterphi.std.util that return PropertyFileModifier and TypeMethodDescriptionstatic PropertyFile
Attempt to find the MANIFEST.MF associated with a particular class -
Uses of PropertyFile in com.peterphi.usermanager.guice.authentication
Method parameters in com.peterphi.usermanager.guice.authentication with type arguments of type PropertyFileModifier and TypeMethodDescriptionvoid
UserManagerAuthenticationGuiceRole.adjustConfigurations
(List<PropertyFile> list)