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 TypeMethodDescriptionvoidGuiceRole.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.InjectorGuiceInjectorBootstrap.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.InjectorGuiceInjectorBootstrap.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 TypeMethodDescriptionvoidBindEagerSingletonRole.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 PropertyFileLoggingModule.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 TypeMethodDescriptionvoidInternalConfigPropertyDocumenterGuiceRole.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 TypeMethodDescriptionvoidNetworkConfigGuiceRole.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 TypeMethodDescriptionvoidHibernateAutoGuiceRole.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 TypeMethodDescriptionvoidDbunitGuiceRole.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 TypeMethodDescriptionvoidMetricsServiceAutoRegisterRole.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 TypeMethodDescriptionvoidOkHttpAutoClientRole.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 TypeMethodDescriptionvoidAutoJAXRSBindingGuiceRole.adjustConfigurations(List<PropertyFile> configs) voidWebappGuiceRole.adjustConfigurations(List<PropertyFile> configs) -
Uses of PropertyFile in com.peterphi.std.io
Methods in com.peterphi.std.io that return PropertyFileModifier and TypeMethodDescriptionstatic PropertyFilePropertyFile.find()static PropertyFilePropertyFile.find(ClassLoader classloader, String... fileNames) Find a property filestatic PropertyFilestatic PropertyFile[]PropertyFile.findAll(ClassLoader loader, String name) Find all property files by the namenameby searching the specified classloaderstatic PropertyFile[]Find all property files by the namenameby searching the classloader that owns PropertyFilestatic PropertyFilePropertyFile.fromString(String contents) static PropertyFilePropertyFile.fromString(String contents, String filename) static PropertyFilePropertyFile.openResource(ClassLoader classloader, URL resource, String fileName) static PropertyFileCreates 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 TypeMethodDescriptionvoidPropertyFile.BlankLine.append(Writer w, PropertyFile p) voidPropertyFile.Comment.append(Writer w, PropertyFile p) abstract voidPropertyFile.Entry.append(Writer w, PropertyFile p) voidPropertyFile.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 PropertyFileAttempt 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 TypeMethodDescriptionvoidUserManagerAuthenticationGuiceRole.adjustConfigurations(List<PropertyFile> list)