コード例 #1
0
 public void SetUp()
 {
     allow               = new ArrayList();
     disallow            = new ArrayList();
     application         = new Application(Path.GetFullPath("foo"));
     anEvent             = new FileSystemEventArgs(WatcherChangeTypes.All, "foo", "foo.dll");
     springAssemblyEvent =
         new FileSystemEventArgs(WatcherChangeTypes.All,
                                 Path.GetFullPath(SpringAssembliesDeployer.PrivateBinPathPrefix + "foo"), "foo.dll");
     support = new FilteringSupport(allow, disallow, SpringAssembliesDeployer.DisallowFilter);
 }
コード例 #2
0
 public void SetUp ()
 {
     allow = new ArrayList();
     disallow = new ArrayList();
     application = new Application(Path.GetFullPath("foo"));
     anEvent = new FileSystemEventArgs(WatcherChangeTypes.All, "foo", "foo.dll");
     springAssemblyEvent = 
         new FileSystemEventArgs(WatcherChangeTypes.All, 
             Path.GetFullPath(SpringAssembliesDeployer.PrivateBinPathPrefix + "foo"), "foo.dll");
     support = new FilteringSupport(allow, disallow, SpringAssembliesDeployer.DisallowFilter);
 }