public class LaundryListProviderFactory extends Object
LaundryListProvider
.Constructor and Description |
---|
LaundryListProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static LaundryListProvider |
get()
The client and server require different laundry list implementations; this method provides the correct
implementation from wherever is called.
|
static void |
setLaundryListProvider(LaundryListProvider p)
For internal use only.
|
public static LaundryListProvider get()
public static void setLaundryListProvider(LaundryListProvider p)
The first provider given wins. Subsequent calls have no effect.
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.